From 248ffc1e0dd2e8672929b037b80a13e81741c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=92=E6=9E=97=E6=9D=B0?= <1205395967@qq.com> Date: Fri, 18 Nov 2022 09:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index a95ee49..8fc1f65 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -154,7 +154,7 @@ namespace ICSSoft.DataProject tableName = @"ICSOOPick a INNER JOIN ICSOutsourcingOrder b ON a.OODetailID=b.OODetailID AND a.WorkPoint=b.WorkPoint "; - where = @" b.OOCode='{0}' AND a.WorkPoint='{1}' AND a.SupplyType<>'1' "; + where = @" b.OOCode='{0}' AND a.WorkPoint='{1}' AND a.SupplyType='3' "; } #endregion #region 委外退货 @@ -199,7 +199,7 @@ namespace ICSSoft.DataProject tableName = @"ICSMOPick a INNER JOIN ICSMO b ON a.MODetailID=b.MODetailID AND a.WorkPoint=b.WorkPoint "; - where = @" b.MOCode='{0}' AND a.WorkPoint='{1}' AND a.SupplyType<>'1' "; + where = @" b.MOCode='{0}' AND a.WorkPoint='{1}' AND a.SupplyType='3' "; } #endregion #region 销售出库(合并发料)