Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -52,7 +52,7 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler { | @@ -52,7 +52,7 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler { | ||
| 52 | logStart(taskName); | 52 | logStart(taskName); |
| 53 | try { | 53 | try { |
| 54 | log.info("[{}] Simulating pushing devices...", getZoneName()); | 54 | log.info("[{}] Simulating pushing devices...", getZoneName()); |
| 55 | -// hnDeviceReportService.deviceReport(); | 55 | + hnDeviceReportService.deviceReport(); |
| 56 | Thread.sleep(1000); | 56 | Thread.sleep(1000); |
| 57 | } catch (Exception e) { | 57 | } catch (Exception e) { |
| 58 | logError(taskName, e); | 58 | logError(taskName, e); |