From 821397b01a004f8560c987ef83146614a9356ecb Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 03 一月 2026 17:18:36 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
index 11d4d63..10471c1 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Base/InboundOrderService.cs
@@ -551,8 +551,6 @@
                     x.OrderDetailStatus == OrderDetailStatusEnum.GroupAndInbound.ObjToInt());
 
 
-                inboundOrder.OrderStatus = InOrderStatusEnum.鍏ュ簱涓�.ObjToInt();
-
 
                 // 浜嬪姟澶勭悊
                 _unitOfWorkManage.BeginTran();
@@ -714,7 +712,7 @@
                     {
                         return content.Error($"鏈壘鍒颁粨搴撲俊鎭�");
                     }
-                    if (warehouse.WarehouseCode.Contains("TestJCLK"))
+                    if (warehouse.WarehouseCode.Contains("CP"))
                     {
                         if (item.SupplierBatch == null)
                         {

--
Gitblit v1.9.3