From 69f2d2a5b14ee9edc242c3fc9c69dd8180941823 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期二, 03 二月 2026 17:37:36 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs"
index 45b7e5c..b116769 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_BasicService/Service/LocationInfoService_Common.cs"
@@ -166,14 +166,30 @@
         /// <param name="locationCode">璐т綅缂栧彿</param>
         /// <param name="palletType">鎵樼洏绫诲瀷</param>
         /// <param name="locationStatus">璐т綅鐘舵��</param>
-        public void UpdateLocationStatus(string locationCode, int palletType, LocationStatusEnum locationStatus, int warehousId)
+        public void UpdateLocationStatus(string locationCode, int ContainerType, LocationStatusEnum locationStatus, int warehousId)
         {
             Dt_LocationInfo location = Repository.QueryFirst(x => x.LocationCode == locationCode);
             if (location == null)
             {
                 throw new Exception($"鏈壘鍒拌揣浣嶄俊鎭�,{locationCode}");
             }
-            UpdateLocationStatus(location, palletType, locationStatus, warehousId);
+            UpdateLocationStatus(location, ContainerType, locationStatus, warehousId);
+        }
+
+        /// <summary>
+        /// 淇敼璐т綅鐘舵�佸強绫诲瀷
+        /// </summary>
+        /// <param name="locationCode">璐т綅缂栧彿</param>
+        /// <param name="palletType">鎵樼洏绫诲瀷</param>
+        /// <param name="locationStatus">璐т綅鐘舵��</param>
+        public void UpdateLocationStatus1(int ContainerType, LocationStatusEnum locationStatus, int warehousId)
+        {
+            Dt_LocationInfo location = Repository.QueryFirst(x => x.LocationCode == locationCode);
+            if (location == null)
+            {
+                throw new Exception($"鏈壘鍒拌揣浣嶄俊鎭�,{locationCode}");
+            }
+            UpdateLocationStatus(location, ContainerType, locationStatus, warehousId);
         }
 
 

--
Gitblit v1.9.3