cpT
2025-07-02 a77530a0e917f8d2dca1bae55a3730471c8e10a2
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -17,7 +17,8 @@
    /**
     * 库位模糊查询库位号
     */
    List<LocMast> selectLocMastListSix(@Param("locNo") String locNo,
    List<LocMast> selectLocMastListSix(@Param("locSts") String locSts,
                                       @Param("locNo") String locNo,
                                       @Param("whsType") Long whsType,
                                       @Param("crnNo") Integer crnNo,
                                       @Param("row1") Integer row1,
@@ -29,7 +30,8 @@
    /**
     * 堆垛机对应的排号集合
     */
    Long selectLocMastListTotalSix(@Param("locNo") String locNo,
    Long selectLocMastListTotalSix(@Param("locSts") String locSts,
                                   @Param("locNo") String locNo,
                                   @Param("whsType") Long whsType,
                                   @Param("crnNo") Integer crnNo,
                                   @Param("row1") Integer row1,