自动化立体仓库 - WMS系统
#
lsh
2025-02-28 abd2dbaeaa78f23604746a0b29df68bb2f5f200d
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -13,6 +13,8 @@
@Repository
public interface LocMastMapper extends BaseMapper<LocMast> {
    List<LocMast> selectLocByLev(Integer lev);
    LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1,@Param("whsType") Long whsType);
    @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}")