From 19e7926bd83c6987021aae6069276e77c38bb575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=B9=8F?= Date: Thu, 22 May 2025 19:38:10 +0800 Subject: [PATCH] 1 --- 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 7fde991..19785e0 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -135,7 +135,7 @@ namespace ICSSoft.DataProject --LEFT JOIN ICSWarehouse wh ON a.WHCode=wh.WarehouseCode AND a.WorkPoint=wh.WorkPoint --LEFT JOIN ICSInventoryBatchEnable invBat ON a.InvCode=invBat.InvCode AND a.WHCode=invBat.WHCode AND a.WorkPoint=invBat.WorkPoint WHERE {2} - Order By asn.Sequence ASC"; + Order By asn.LotNo ASC"; } else if (TransType == TransTypeEnum.RTTwoStepTransferDocIn.GetDescription()) {