src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -28,4 +28,5 @@ "and (loc_type2 is null or loc_type2 = #{locType2}) and (loc_type3 is null or loc_type3 = #{locType3}) ") Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("locType2") Short locType2, @Param("locType3") Short locType3, @Param("crnNo") Integer crnNo); List<LocMast> queryShallowLocFMast(); }