自动化立体仓库 - WMS系统
#
lsh
2024-10-25 b453fa6c987210616dfab066cc097cf9f742999e
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -44,6 +44,8 @@
    //找单品类型,最内侧空库位
    List<LocMast> findInEmptyLocMast(Short locType1, @Param("rows") List<Integer> rows, Integer crnNo);
    List<LocMast> findInEmptyLocMastNew(Short locType1, @Param("locNos") List<String> locNos, Integer crnNo);
    //在库位组中搜索可入的空库位
    List<LocMast> findEmptyLocMastByLocNos(Short locType1, @Param("locNos") List<String> locNos, Integer crnNo);