src/main/java/com/zy/asrs/service/impl/AgvBasDevpServiceImpl.java
@@ -213,4 +213,13 @@ return this.baseMapper.selectCacheShelvesStationCodeByFloor(floor); } public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){ return this.baseMapper.selectDevNoAndNumBystationCode(stationCode); } @Override public List<String> selectAllStationCode() { return this.baseMapper.selectAllStationCode(); } }