Xiaojh 4 éve
szülő
commit
013b2f3b1a

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/quartz/service/impl/EstimatedDayServiceImpl.java

@@ -61,7 +61,7 @@ public class EstimatedDayServiceImpl implements EstimatedDayService, Initializin
             //String cron = "0 */2 * * * ?";
             //String cron = "0 0 0 * * ?";
             //String cron = "0 0 15 * * ?";
-            String cron = String.format("%s %s %s * * ?",0,0,0);
+            String cron = String.format("%s %s %s * * ?",0,0,10);
             log.info("预计费每天统计:" + cron);
             log.info("预计费每天统计:" + "站点ID:"+siteId+"水司ID:"+customerId);
             entity.setCronExpression(cron);