From 631d7acf55a1b441ece5afa12826e28d3760fe04 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Sat, 20 Apr 2024 10:56:06 +0800 Subject: [PATCH] 1 --- ZR.Service/mes/wms/WmGoodsActionService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZR.Service/mes/wms/WmGoodsActionService.cs b/ZR.Service/mes/wms/WmGoodsActionService.cs index 3905a0c3..847808fe 100644 --- a/ZR.Service/mes/wms/WmGoodsActionService.cs +++ b/ZR.Service/mes/wms/WmGoodsActionService.cs @@ -165,6 +165,7 @@ namespace ZR.Service.Business nowProduction2.GoodsNumLogic = secondHas; nowProduction2.GoodsNumAction = secondHas; nowProduction2.Remark = "拼箱零头箱"; + Context.Updateable(nowProduction2).IgnoreColumns(ignoreAllNullColumns: true).ExecuteCommand(); } return log; }