From 9d2d63ee09e8bcf494fc3fd14a48d82731fac9ef Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 24 四月 2024 09:14:38 +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