You've already forked FrameTour-BE
taskStatus
This commit is contained in:
@ -56,4 +56,6 @@ public interface TaskMapper {
|
||||
int setFail(TaskEntity taskUpdate);
|
||||
|
||||
TaskEntity getFaceAutomaticTask(Long faceId);
|
||||
|
||||
TaskEntity get(Long taskId);
|
||||
}
|
||||
|
@ -32,6 +32,6 @@ public interface TemplateMapper {
|
||||
int deleteConfigByTemplateId(Long templateId);
|
||||
int deleteConfigById(Long id);
|
||||
List<TemplateEntity> listEnabledByScenicId(Long scenicId);
|
||||
|
||||
List<Long> listEnabledTemplateIdByScenicId(Long scenicId);
|
||||
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId);
|
||||
}
|
||||
|
@ -34,9 +34,8 @@ public interface VideoMapper {
|
||||
|
||||
List<MemberVideoEntity> userFaceTemplateVideo(Long userId, Long faceId, Long templateId);
|
||||
|
||||
List<TaskEntity> listTaskByFaceRelation(Long userId, Long faceId);
|
||||
|
||||
List<TaskEntity> listTaskByFaceTemplateRelation(Long userId, Long faceId, Long templateId);
|
||||
List<MemberVideoEntity> listRelationByFace(Long userId, Long faceId);
|
||||
List<MemberVideoEntity> listRelationByFaceAndTemplate(Long userId, Long faceId, Long templateId);
|
||||
|
||||
List<TaskEntity> listTaskByScenicRelation(Long userId, Long scenicId);
|
||||
|
||||
|
Reference in New Issue
Block a user