自动化立体仓库 - WMS系统
lsh
9 天以前 07fcaec39d580896b7c4779e48f4c8aa79d22812
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -14,6 +14,8 @@
public interface LocMastMapper extends BaseMapper<LocMast> {
    LocMast queryFreeLocMast(@Param("row") Integer row, @Param("locType1") Short locType1);
    List<LocMast> asrLocMastNotInDetl1();
    List<LocMast> asrLocMastNotInDetl2();
    @Select("select loc_no from asr_loc_mast where 1=1 and loc_sts = 'O' and crn_no = #{crnNo}")
    List<String> queryGroupEmptyStock(Integer crnNo);