自动化立体仓库 - WMS系统
#
LSH
2023-06-07 1af3b14449eb33792e606185c55643bca53efbb7
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -37,7 +37,7 @@
    void updateLocSts(@Param("locNo") String locNo,@Param("locSts") String locSts);
    //找外侧空库位
    List<LocMast> findOutMast(Short locType1, List<Integer> crnNos);
    List<LocMast> findOutMast(Short locType1,@Param("crnNos") List<Integer> crnNos);
    //找单品类型,最内侧空库位
    List<LocMast> findInEmptyLocMast(Short locType1, @Param("rows") List<Integer> rows, Integer crnNo);