|
@@ -58,7 +58,7 @@ public class MchScheduled {
|
|
@Resource
|
|
@Resource
|
|
private BotAccountBookRepository botAccountBookRepository;
|
|
private BotAccountBookRepository botAccountBookRepository;
|
|
|
|
|
|
- @Scheduled(cron = "*/30 * * * * *")
|
|
|
|
|
|
+ @Scheduled(cron = "0 30 * * * ?")
|
|
public void insufficientBalanceWarning() {
|
|
public void insufficientBalanceWarning() {
|
|
log.info("定时任务开始执行");
|
|
log.info("定时任务开始执行");
|
|
// 定时任务逻辑
|
|
// 定时任务逻辑
|