|
@@ -75,7 +75,7 @@ public class AmountSynDayServiceImpl implements AmountSynByDayService, Initializ
|
|
|
|
|
|
boolean exists = jobAndTriggerService.isExists(entity);
|
|
|
if(!exists) {
|
|
|
- String cron = "0 */30 * * * ?";
|
|
|
+ String cron = "0 0 3 * * ?";
|
|
|
log.info("水量每天同步:" + cron);
|
|
|
entity.setCronExpression(cron);
|
|
|
entity.setJobClassName(AmountSyncByDayJob.class.getName());
|