You've already forked FrameTour-BE
task缓存
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.ycwl.basic.model.mobile.order.OrderAppPageReq;
|
||||
import com.ycwl.basic.model.pc.order.entity.OrderEntity;
|
||||
import com.ycwl.basic.model.pc.order.entity.OrderItemEntity;
|
||||
import com.ycwl.basic.model.pc.order.req.OrderUpdateReq;
|
||||
import com.ycwl.basic.model.pc.order.req.OrderAddReq;
|
||||
@ -40,4 +41,6 @@ public interface OrderMapper {
|
||||
List<OrderRespVO> refundList(OrderReqQuery query);
|
||||
|
||||
List<OrderItemEntity> listOrderItemByOrderId(Long orderId);
|
||||
|
||||
OrderEntity getUserBuyItem(Long userId, int goodsType, Long goodsId);
|
||||
}
|
||||
|
@ -27,15 +27,6 @@ public interface TaskMapper {
|
||||
int update(TaskEntity task);
|
||||
|
||||
int updateStatus(Long id, Integer status);
|
||||
|
||||
/**
|
||||
* 用户制作中的视频数量
|
||||
*
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
int countByMemberIdStau(String userId);
|
||||
|
||||
/**
|
||||
* 用户合成的视频
|
||||
*
|
||||
|
Reference in New Issue
Block a user