补充下单逻辑

This commit is contained in:
songmingsong
2024-12-06 14:51:36 +08:00
parent 5fc610e438
commit be5811ea6e
5 changed files with 6 additions and 7 deletions

View File

@ -25,7 +25,7 @@ public interface OrderService {
void updateOrderState(Long orderSn, OrderStateEnum orderStateEnum, String refundReason);
ApiResponse getOrderCountByUserId(Long userId);
ApiResponse<Integer> getOrderCountByUserId(Long userId);
ApiResponse<PageInfo<OrderAppRespVO>> appPageQuery(OrderReqQuery orderReqQuery);