From 81672518fc9a2e86c5c34dba341aaa535c2f069d Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 五月 2024 17:06:41 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 7adeaaa..c398131 100644
--- a/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
@@ -300,8 +300,8 @@
     }
 
     @Override
-    public List<String> selectCacheShelvesStationCodeByLocType(short locType) {
-        return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType);
+    public List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor) {
+        return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType,floor);
     }
 
     public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){

--
Gitblit v1.9.1