src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -15,6 +15,10 @@ LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1); LocMast queryFreeLocMast1(@Param("row") Integer row, @Param("locType1") Short locType1); LocMast queryFreeLocMast2(@Param("row") Integer row, @Param("locType1") Short locType1, @Param("bay") Integer bay); @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}") List<String> queryGroupEmptyStock(Integer crnNo);