From 2a08feb00e3da1aacf1427751788fa37346dd2a2 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期六, 15 三月 2025 14:12:00 +0800 Subject: [PATCH] 四期 --- src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java | 10 ++++++++++ 1 files changed, 10 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 d9c18b8..a3f6339 100644 --- a/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java @@ -304,6 +304,16 @@ 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); + } + public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){ return this.baseMapper.selectDevNoAndNumBystationCode(stationCode); } -- Gitblit v1.9.1