From ea311bea6773822a7672411a6967277379aefa68 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 14 五月 2024 18:25:43 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java | 6 +++---
1 files changed, 3 insertions(+), 3 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 6fa99d4..c398131 100644
--- a/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
@@ -49,7 +49,7 @@
//寰呭寘瑁呮垚鍝佸瓨鍌ㄥ尯鍑哄簱鎺ラ┏浣�
this.insertBatch(getConnectionBasDevpList("DO",8,2,false,(short)1));
//鍘熸潗鏂欏叆搴撴帴椹充綅
- this.insertBatch(getConnectionBasDevpList("YI",15,2,true,(short)2));
+ this.insertBatch(getConnectionBasDevpList("YI",14,2,true,(short)2));
//鍘熸潗鏂欏嚭搴撴帴椹充綅
this.insertBatch(getConnectionBasDevpList("YO",18,2,false,(short)2));
//绠卞3鍏ュ簱鎺ラ┏浣�
@@ -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