[修改] 保密到期 定时任务 每晚1点执行

This commit is contained in:
bupengxiang
2023-05-25 16:31:39 +08:00
parent caa06b9693
commit 93c9c4c1e6
@@ -29,9 +29,9 @@ public class secrecyDDLTimer {
@Autowired
IReportServiceImpl iReportService;
// @Scheduled(cron="0 0 0 * * *")
// @Scheduled(cron="0 0/1 * * * ?")
@Scheduled(cron="0 0/10 * * * ?")
// @Scheduled(cron="0 0/10 * * * ?")
@Scheduled(cron="0 1 0 * * *") //每晚1点执行
public void timingOpen() {
log.info("**********************保密到期定时任务开始**********************");
List<ReportEntity> entity = reportDao.selectDDL();