You've already forked FrameTour-BE
task缓存
This commit is contained in:
@ -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