自动化立体仓库 - WMS系统
zhangc
2025-03-02 b13b6baf03a0860d0aa7fe7536bf2313588bf8ae
src/main/java/com/zy/asrs/mapper/OrderMapper.java
@@ -13,9 +13,12 @@
@Repository
public interface OrderMapper extends BaseMapper<Order> {
    int updateTel(@Param("orderId")Long orderId, @Param("tel")String tel);
    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();