diff --git a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs index 74427e2d..bf434038 100644 --- a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs +++ b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs @@ -65,12 +65,10 @@ namespace ZR.Service.mes.wms wmGood.GoodsNumLogic = Context.Queryable() .Where(it => it.WorkOrderNum == workorder_id) .Count(); - + wmGood.GoodsNumAction= wmGood.GoodsNumLogic; wmGood.EntryWarehouseTime = DateTime.Now; wmGood.CreatedBy = createName; wmGood.CreatedTime = DateTime.Now; - - preparegoodsList.Add(wmGood);