自动化立体仓库 - WMS系统
18516761980
2022-06-16 775d4714ca9e650631659d7467f5c43dc021f931
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();
}