自动化立体仓库 - WMS系统
*
L
2025-09-25 4fb8c8dc5b06771201c26ba9225818e908191994
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -17,6 +17,7 @@
    LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1);
    List<LocMast> asrLocMastNotInDetl1();
    List<LocMast> asrLocMastNotInDetl2();
    List<LocMast> asrLocMastNotInDetl3();
    List<ErrorDeviceParam> adjacentLocMast();
    @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}")