From 82cd1954e7dd76c097d9b6d727aeb38dfd52d4fe Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Sat, 20 Apr 2024 11:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/mes/wms/WmFgentryInspectService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Service/mes/wms/WmFgentryInspectService.cs b/ZR.Service/mes/wms/WmFgentryInspectService.cs index 8ba482a4..436a492b 100644 --- a/ZR.Service/mes/wms/WmFgentryInspectService.cs +++ b/ZR.Service/mes/wms/WmFgentryInspectService.cs @@ -51,7 +51,7 @@ namespace ZR.Service.mes.wms var x = Context.Storageable(inpects) - .WhereColumns(it => it.Packcode) + .WhereColumns(it =>new { it.Packcode ,it.Workorder}) .ToStorage(); sum= x.AsInsertable.ExecuteCommand();//不存在插入 x.AsUpdateable.ExecuteCommand();//存在更新