lilili 9 months ago
parent
commit
66f4a70ab1
  1. 4
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

4
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

@ -1444,7 +1444,7 @@ namespace ICSSoft.DataProject
IF @aa IS NULL and @bb IS NULL and @cc IS NULL and @dd IS NULL
BEGIN
RAISERROR('" + language.GetNameByCode("WMSAPIInfo478") + @"',16,1)
RAISERROR('" + language.GetNameByCode("WMSAPIInfo490") + @"',16,1)
END
ELSE
BEGIN
@ -1457,7 +1457,7 @@ namespace ICSSoft.DataProject
b.LotEnable,
a.WarehouseCode,a.LocationCode,SUM(a.Quantity) as Qty
from ICSWareHouseLotInfo a
INNER JOIN ICSInventory b ON a.InvCode=b.InvCode
INNER JOIN ICSInventory b ON a.InvCode=b.InvCode AND a.WorkPoint=b.WorkPoint
WHERE a.Quantity>0 and a.WorkPoint=''{3}'' ' + @wheresql + @groupsql
END

Loading…
Cancel
Save