From aa201fcecc1ce93da4f660a833f7b1176fc037cb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 02 十二月 2025 18:04:54 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs"
index 58e3923..a6376fd 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs"
@@ -508,6 +508,7 @@
                 case 4:
                 case 5:
                 case 6:
+                case 7:
                     taskNew = InboundAGVCacheArea(taskDto, StartAddress, area);
                     break;
                 default:
@@ -886,6 +887,7 @@
             case 4:
             case 5:
             case 6:
+            case 7:
                 return OutboundAGVCacheArea(taskDto, StartAddress, area);
             default:
                 throw new Exception("璇烽�夋嫨姝g‘鐨勫尯鍩熶俊鎭�");
@@ -1244,6 +1246,7 @@
             switch (location.AreaId)
             {
                 case 2:
+                case 7:
                     locationInfos = _locationRepository.QueryData(x => x.Row == location.Row && x.Column > location.Column && x.Remark == location.Remark && x.AreaId == location.AreaId);
                     break;
                 case 5:
@@ -1379,6 +1382,7 @@
                 case 4:
                 case 5:
                 case 6:
+                case 7:
                     locationInfo = await GetAGVEmptyCacheLocation(areaInfo.AreaID, location);
                     break;
                 default:
@@ -2020,7 +2024,7 @@
                 }
             }
         }
-        else if (location.AreaId == 2)
+        else if (location.AreaId == 2 || location.AreaId == 7)
         {
             var locationLateral = _locationRepository.QueryData(x => x.Row == location.Row && x.Column > location.Column && x.Remark == location.Remark);
             if (locationLateral.Count > 0)
@@ -2397,6 +2401,7 @@
         switch (AreaId)
         {
             case 2:
+            case 7:
                 return await FromShallowToDeep(AreaId, loc);
             case 3:
                 return await AGVLIKU(AreaId);
@@ -2528,7 +2533,7 @@
             }
         }
 
-        else if (location.AreaId == 2)
+        else if (location.AreaId == 2 || location.AreaId == 7)
         {
             var locationLateral = _locationRepository.QueryData(x => x.Row == location.Row && x.Column > location.Column && x.Remark == location.Remark);
 

--
Gitblit v1.9.3