@@ -61,7 +61,7 @@ public class ScheduleTask {
/**
* 每月1日凌晨0点自动执行更新业主产值每月累计
*/
- @Scheduled(cron = "0 0 0 1 * ?")
+ @Scheduled(cron = "0 0 0 1,15 * ?")
public void bigOwnerOutPut() {
timerService.updateBigOut();
log.info("定时方法执行时间 :" + new Date());