zyx
2024-01-31 ca8f5a8f133e7f5b00b9d35ff6d15720804569af
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -35,4 +35,8 @@
    @Select("select count(*) as count from asr_loc_mast where 1=1 and loc_sts = 'O' and loc_type1 = #{locType1} and crn_no = #{crnNo}")
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("crnNo") Integer crnNo);
    LocMast selectByLocNo(String locNo);
    List<LocMast> selectLocByLev(@Param("lev")Integer lev);
}