From 9ae7c6a2d11b1fcf9fef01b310a543414c7b427e Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期五, 07 二月 2025 07:51:29 +0800
Subject: [PATCH] 四期

---
 src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
index 2242247..a3f6339 100644
--- a/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
@@ -303,6 +303,12 @@
     public List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor) {
         return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType,floor);
     }
+
+    @Override
+    public List<String> selectCacheShelvesStationCodeByLocType(short locType) {
+        return this.baseMapper.selectCacheShelvesStationCodeByLocTypeV2(locType);
+    }
+
     @Override
     public List<String> selectCacheShelvesStationCodeByLocType2(short locType, int floor) {
         return this.baseMapper.selectCacheShelvesStationCodeByLocType2(locType,floor);

--
Gitblit v1.9.1