结算月结测试

This commit is contained in:
liang.chao 2024-10-14 14:54:41 +08:00
parent e02744c60b
commit c13a827cda
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ public class Inform {
@Value("${sgzb.job.settlementJobDay}")
private String settlementJobDay;
// @Scheduled(cron = "0 */5 * * * ? ") // 间隔5分钟执行
@Scheduled(cron = "${sgzb.job.settlementJobCron}") // 结算日次日凌晨执行
@Scheduled(cron = "0 */5 * * * ? ") // 间隔5分钟执行
// @Scheduled(cron = "${sgzb.job.settlementJobCron}") // 结算日次日凌晨执行
@Async
public void taskCycle() {
System.out.println("===springMVC定时器启动====");