Commit bf7e9cacddaa3417bed3941b44c5b2046bcb235d

Authored by maliang
1 parent 18dd2f46c4
Exists in master

修改信息

Showing 2 changed files with 2 additions and 2 deletions

center.manager/src/main/java/com/lyms/cm/job/SyncFixJob.java View file @ bf7e9ca
... ... @@ -30,7 +30,7 @@
30 30 @Autowired
31 31 public SyncCenter center;
32 32  
33   - private final AtomicBoolean reset = new AtomicBoolean(true);
  33 + private final AtomicBoolean reset = new AtomicBoolean(false);
34 34  
35 35 public void excute() {
36 36 if (reset.get()) {
center.manager/src/main/java/com/lyms/cm/job/SyncTmpJob.java View file @ bf7e9ca
... ... @@ -24,7 +24,7 @@
24 24  
25 25 private Logger LOG = LoggerFactory.getLogger(getClass());
26 26  
27   - private final AtomicBoolean reset = new AtomicBoolean(true);
  27 + private final AtomicBoolean reset = new AtomicBoolean(false);
28 28  
29 29 @Autowired
30 30 public SyncCenter center;