Commit b06b84be5b605990d355bcce42e592906a558f9c

Authored by 杨鸣坤
1 parent fe7b2818

去掉国宏和盛华纸质

... ... @@ -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);
... ...