localizer
parent
62f0a410bd
commit
8c1372e23c
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue