This commit is contained in:
Jerry Yan 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);

View File

@ -55,7 +55,7 @@
</delete>
<delete id="deleteNotBuyRelations">
delete from member_video
where scenic_id = #{scenicId} and is_buy = 0 and create_time &lt; #{endTime}
where scenic_id = #{scenicId} and is_buy = 0 and create_time &lt; #{endDate}
</delete>
<delete id="deleteNotBuyFaceRelations">
delete from member_video