清理删除逻辑优化

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

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