自动化立体仓库 - WMS系统
#
whycq
2024-04-07 06a901e11f9ec144b709efa3610f5abd0e5936d6
src/main/java/com/zy/asrs/mapper/AgvBasDevpMapper.java
@@ -24,7 +24,7 @@
    @Select("select station_code from agv_bas_devp where cache_shelves = 'N' and in_enable = 'Y' group by station_code")
    List<String> selectCacheShelvesStationCodeByFloor(@Param("floor") int floor);
    @Select("select dev_no from agv_bas_devp where loc_type1 = #{locType}")
    @Select("select dev_no from agv_bas_devp where loc_type1 = #{locType} and out_enable = 'Y'")
    List<String> selectCacheShelvesStationCodeByLocType(@Param("locType") Short locType);
    @Select("SELECT\n" +