清理删除逻辑优化

This commit is contained in:
2025-05-28 10:34:18 +08:00
parent 06a07514cc
commit a41b87713f
5 changed files with 17 additions and 1 deletions

View File

@@ -79,4 +79,6 @@ public interface SourceMapper {
List<SourceWatermarkEntity> listSourceWatermark(List<Long> sourceIds, Long faceId, String watermarkType);
void addSourceWatermark(Long sourceId, Long faceId, String type, String url);
int deleteUselessSource();
}

View File

@@ -54,4 +54,6 @@ public interface VideoMapper {
int deleteNotBuyRelations(Long scenicId, Date endDate);
int deleteNotBuyFaceRelations(Long userId, Long faceId);
int deleteUselessVideo();
}