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