|
@@ -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);
|