src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
@@ -303,6 +303,10 @@ public List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor) { return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType,floor); } @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);