调整Mes->Wms 出库申请接口,carry_id为空的bug
This commit is contained in:
@@ -422,6 +422,7 @@ namespace Tnb.WarehouseMgr
|
||||
.Select(x =>
|
||||
{
|
||||
WmsCarryMat carryMat = new();
|
||||
carryMat.carry_id = x.Key.carry_id;
|
||||
carryMat.need_qty = x.Sum(d => d.need_qty);
|
||||
return carryMat;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user