From 5f63e316fe3f92248b53d3a295daddb97559d02f Mon Sep 17 00:00:00 2001 From: yangtm <vivianyang@valueics.com> Date: Mon, 3 Mar 2025 14:27:40 +0800 Subject: [PATCH] 11 --- ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index ac2645b..8db7a37 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -2210,7 +2210,7 @@ a.ExtensionID LEFT JOIN ICSContainerLot conlot ON a.LotNo=conlot.LotNo AND a.WorkPoint=conlot.WorkPoint LEFT JOIN ICSContainer con ON conlot.ContainerID=con.ID AND conlot.WorkPoint=con.WorkPoint INNER JOIN ICSInventory inv ON a.InvCode=inv.InvCode AND a.WorkPoint=inv.WorkPoint - WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql + WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql+' order by a.LocationCode,a.InvCode END exec(@b)