提示
This commit is contained in:
@@ -342,6 +342,11 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new AppFriendlyException($"【OutsourcedPartsInstock】点位不存在", 500);
|
||||
}
|
||||
|
||||
// 更新成品调拨入库单子表已下发数量
|
||||
await _db.Updateable<WmsTransferInstockD>().SetColumns(r => r.xf_qty == r.xf_qty + input.qty).Where(r => r.id == input.source_id).ExecuteCommandAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user