src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -35,4 +35,6 @@ @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 selectztgx(@Param("sts1") String sts1,@Param("count") Integer count); }