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