This commit is contained in:
2025-04-15 03:12:57 +08:00
parent 7234e08616
commit 5a7c39429e
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ public class FaceCleaner {
});
}
@Scheduled(cron = "0 0 3 * * ?")
@Scheduled(cron = "0 15 3 * * ?")
public void deleteNotBuyVideos(){
ScenicReqQuery scenicQuery = new ScenicReqQuery();
List<ScenicRespVO> scenicList = scenicMapper.list(scenicQuery);