src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -23,4 +23,6 @@ @Select("select count(*) as count from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}") Integer selectEmptyLocCount(@Param("crnNo") Integer crnNo); List<LocMast> queryFreeLocMast2(@Param("rows") List<Integer> rows, @Param("rowsLen") Integer rowsLen, @Param("locType1") Short locType1); }