对账单

master
lzq 2025-12-25 14:42:27 +08:00
parent be4fa29e8a
commit fd65389617
1 changed files with 2 additions and 2 deletions

View File

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