src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -17,6 +17,7 @@ LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1); List<LocMast> asrLocMastNotInDetl1(); List<LocMast> asrLocMastNotInDetl2(); List<LocMast> asrLocMastNotInDetl3(); List<ErrorDeviceParam> adjacentLocMast(); @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}")