src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -22,6 +22,11 @@ LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1); /** * 检索可用库位,不占用备货区 */ LocMast queryFreeLocMastNotBay(@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);