From f14a88dc70e0aa0f1d269a6c9d3ffc329583b906 Mon Sep 17 00:00:00 2001 From: CatMaoo <1205395967@qq.com> Date: Sun, 27 Apr 2025 17:24:29 +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 3be1d13..a9965c1 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -800,7 +800,7 @@ a.ExtensionID } #endregion #region 销售出库(合并发料) - else if (TransType == TransTypeEnum.SalesShipmentDoc.GetDescription()|| TransType == TransTypeEnum.DisPatchInspect.GetDescription()) + else if (TransType == TransTypeEnum.SalesShipmentDoc.GetDescription()) { sqlCheckSign = @"select * from ICSConfiguration where code = 'OutWithLocationCode007' and enable = '1'"; flag = DBHelper.SQlReturnData(sqlCheckSign, cmd);