箱库存-优化
This commit is contained in:
@@ -936,6 +936,9 @@ namespace WMS.Web.Domain.Services
|
||||
else
|
||||
{
|
||||
var update_entity = boxInventory;
|
||||
update_entity.OrgCode = dto.OrgCode;
|
||||
update_entity.StockCode = dto.StockCode;
|
||||
update_entity.SubStockId = dto.SubStockId;
|
||||
update_entity.Details = boxInventory.Details;
|
||||
//3.3遍历dto明细
|
||||
foreach (var dtoItem in dto.Details)
|
||||
|
||||
Reference in New Issue
Block a user