自动化立体仓库 - WMS系统
zjj
2023-09-07 607e14a92ba7c0b2dc277591e93104b53274d282
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -28,4 +28,13 @@
        "and (loc_type2 is null or loc_type2 = #{locType2}) and (loc_type3 is null or loc_type3 = #{locType3}) ")
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("locType2") Short locType2, @Param("locType3") Short locType3, @Param("crnNo") Integer crnNo);
    List<LocMast> queryShallowLocFMast();
    List<LocMast> queryNeedMoveShallLocF();
    List<LocMast> queryNeedMoveShallLocD();
    LocMast queryEmptyDeepLoc();
    List<LocMast> queryDeepLocDMast();
}