localizer
ljw 2025-09-29 10:53:44 +08:00
parent 62f0a410bd
commit 8c1372e23c
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ public class MoneyBillQuartz {
private final MoneyBillMapper moneyBillMapper;
@Scheduled(cron = "0 0/1 * * * ?")//每3分钟一次
// @Scheduled(cron = "0 0/1 * * * ?")//每1分钟一次
@Scheduled(cron = "0 0 1 27 * ?")//每月27号凌晨1点执行
public void syncAssetsDiscover() {
generateMoneyBill();
}