Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -22,7 +22,7 @@ public class SjgyhlwptZoneScheduler extends AbstractZoneScheduler { | @@ -22,7 +22,7 @@ public class SjgyhlwptZoneScheduler extends AbstractZoneScheduler { | ||
| 22 | @Resource | 22 | @Resource |
| 23 | private DjxcDevicePullService djxcDevicePullService; | 23 | private DjxcDevicePullService djxcDevicePullService; |
| 24 | 24 | ||
| 25 | - @Scheduled(cron = "${scheduler.sjgyhlwpt.pull:0 0/5 * * * ?}") | 25 | + // @Scheduled(cron = "${scheduler.sjgyhlwpt.pull:0 0/5 * * * ?}") |
| 26 | public void pullDevicesFromThirdParty() { | 26 | public void pullDevicesFromThirdParty() { |
| 27 | String taskName = "Pull Devices (3rd Party -> IoT)"; | 27 | String taskName = "Pull Devices (3rd Party -> IoT)"; |
| 28 | logStart(taskName); | 28 | logStart(taskName); |