bug
This commit is contained in:
parent
7234e08616
commit
5a7c39429e
@ -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);
|
||||
|
@ -55,7 +55,7 @@
|
||||
</delete>
|
||||
<delete id="deleteNotBuyRelations">
|
||||
delete from member_video
|
||||
where scenic_id = #{scenicId} and is_buy = 0 and create_time < #{endTime}
|
||||
where scenic_id = #{scenicId} and is_buy = 0 and create_time < #{endDate}
|
||||
</delete>
|
||||
<delete id="deleteNotBuyFaceRelations">
|
||||
delete from member_video
|
||||
|
Loading…
x
Reference in New Issue
Block a user