|
@@ -53,7 +53,7 @@ public class DeviceValveCommondSync implements InitializingBean, Job, Serializab
|
|
|
|
|
|
boolean exists = jobAndTriggerService.isExists(entity);
|
|
|
if(!exists) {
|
|
|
- String cron = "0 */1 * * * ?";
|
|
|
+ String cron = "0 */30 * * * ?";
|
|
|
log.info("巡检阀门操作有效期:" + cron);
|
|
|
entity.setCronExpression(cron);
|
|
|
entity.setJobClassName(DeviceValveCommondSync.class.getName());
|