自动化立体仓库 - WMS系统
*
L
2025-09-29 e756eaba7a7868d27cad5a93e9f6d046671116c4
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}")