自动化立体仓库 - WMS系统
zhangchao
2024-11-08 07fc18f77a9764bd47857e30d65abc03cc1e439c
src/main/java/com/zy/asrs/mapper/OrderMapper.java
@@ -15,7 +15,7 @@
    int updateSettle(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("userId")Long userId);
    int updateSettle2(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("plt")Integer plt);
    int updateSettle2(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("plt")Integer plt,@Param("inTime")String inTime);
    List<Order> selectComplete();