zq-erp/src/main/java/com/matrix/system/hive/statistics/StatisticsBusinessDataJob.java
@@ -18,11 +18,9 @@ import static com.matrix.system.hive.statistics.BusinessDataTypeEnum.*; /** * 定时任务测试类 * 业绩统计报表定时任务 * * @author zhangheng * @email 512061637@qq.com * @date 2019年1月15日 * @author jyy */ @Component public class StatisticsBusinessDataJob { @@ -72,7 +70,7 @@ } @Scheduled(cron = "0 0 0 1/1 * ?") @Scheduled(cron = "1 0 0 1/1 * ?") public boolean executeExt() { LogUtil.info("业绩统计定时任务开始运行*******************");