From 25501230c8889cdab33cbc5c8b41ade842a4ad24 Mon Sep 17 00:00:00 2001 From: lilili Date: Mon, 5 Jun 2023 17:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WMS-BS/NFine.Application/WMS/PickMaterialApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs index ae58dcd..29aed53 100644 --- a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs +++ b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs @@ -233,7 +233,7 @@ where b.MOCode='{0}' and a.WorkPoint='{1}'"; LEFT JOIN ICSInventoryDetail detail ON d.InvCode=detail.INVCode AND a.WHCode=detail.WHCode AND a.WorkPoint=detail.WorkPoint left join ICSMOPickMerge e on a.ID=e.SourceID and a.WorkPoint=e.WorkPoint left join ICSExtension f on a.ExtensionID=f.ID and a.WorkPoint=f.WorkPoint - where a.ApplyCode='{0}' and a.WorkPoint='{1}' and a.EATTRIBUTEļ¼='17'"; + where a.ApplyCode='{0}' and a.WorkPoint='{1}' and a.EATTRIBUTE!='17'"; if (!string.IsNullOrWhiteSpace(queryJson)) {