自动化立体仓库 - WMS系统
#
yxFwq
2025-07-26 e9d5cf17813a52fe58a5924999655d01532a6b2b
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}")