Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -36,8 +36,8 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler { | @@ -36,8 +36,8 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler { | ||
| 36 | log.info("[{}] Simulating pulling devices...", getZoneName()); | 36 | log.info("[{}] Simulating pulling devices...", getZoneName()); |
| 37 | shDevicePullService.pullDeviceAndPushToIot(); | 37 | shDevicePullService.pullDeviceAndPushToIot(); |
| 38 | slDevicePullService.pullDeviceAndPushToIot(); | 38 | slDevicePullService.pullDeviceAndPushToIot(); |
| 39 | - ghDevicePullService.pullDeviceAndPushToIot(); | ||
| 40 | - shzzDevicePullService.pullDeviceAndPushToIot(); | 39 | +// ghDevicePullService.pullDeviceAndPushToIot(); |
| 40 | +// shzzDevicePullService.pullDeviceAndPushToIot(); | ||
| 41 | Thread.sleep(1000); | 41 | Thread.sleep(1000); |
| 42 | } catch (Exception e) { | 42 | } catch (Exception e) { |
| 43 | logError(taskName, e); | 43 | logError(taskName, e); |