cpT
2025-06-19 c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5
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,