123333
This commit is contained in:
@@ -13,6 +13,8 @@ import java.time.LocalDate;
|
||||
public class IncomeStatisticsJob {
|
||||
@Autowired
|
||||
private DayIncomeStatisticsService dayIncomeStatisticsService;
|
||||
|
||||
// 每6分钟执行一次
|
||||
@Scheduled(cron = "0 0/6 * * * ?")
|
||||
public void persistentDb() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user