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