key 过期
订单 超时 取消 定时任务 历史订单 订单取消 队列 redis 序列化
This commit is contained in:
@@ -25,7 +25,7 @@ import java.time.LocalDateTime;
|
||||
public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
Page<OrderInfoVo> getOrderByPage(OrderInfoQueryDTO param);
|
||||
HistoryOrderVo historyOrder(Long orderId);
|
||||
HistoryOrderVo historyOrder(Long orderId,String tableCode);
|
||||
OrderInfo createOrder(OrderInfoAddDTO param);
|
||||
|
||||
OrderInfo checkOrderPay(CheckOrderPay param);
|
||||
@@ -35,4 +35,6 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
void refundCallBackOrder(@NotBlank String orderNo, @NotNull JSONObject resultJson);
|
||||
|
||||
void upOrderInfo(OrderInfo orderInfo, BigDecimal payAmount, LocalDateTime payTime, Long payOrderId, PayEnums payType);
|
||||
|
||||
void expired(Long orderId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user