src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -63,5 +63,5 @@ */ String findFirstFrozenLocNo(@Param("locNoList") List<String> locNoList); LocMast selectNotFull(@Param("locType")Long locType, @Param("id")Long id); LocMast selectNotFull(@Param("locType")Long locType, @Param("id")Long id, @Param("locs") List<String> locs); }