Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -22,7 +22,7 @@ public class SjgyhlwptZoneScheduler extends AbstractZoneScheduler { |
| 22 | 22 | @Resource |
| 23 | 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 | 26 | public void pullDevicesFromThirdParty() { |
| 27 | 27 | String taskName = "Pull Devices (3rd Party -> IoT)"; |
| 28 | 28 | logStart(taskName); | ... | ... |