Commit 01521a3bb2dca25c66dc81b42cfa3bbbf33e9be5

Authored by 杨鸣坤
1 parent 75e0131c

修改

... ... @@ -52,7 +52,7 @@ public class ChizhouZoneScheduler extends AbstractZoneScheduler {
52 52 logStart(taskName);
53 53 try {
54 54 log.info("[{}] Simulating pushing devices...", getZoneName());
55   -// hnDeviceReportService.deviceReport();
  55 + hnDeviceReportService.deviceReport();
56 56 Thread.sleep(1000);
57 57 } catch (Exception e) {
58 58 logError(taskName, e);
... ...
... ... @@ -36,7 +36,7 @@ scheduler:
36 36 hsq:
37 37 push: "0 0 0/1 * * ?"
38 38 pj:
39   - push: "0 0/1 * * * ?"
  39 + push: "0 0/30 * * * ?"
40 40
41 41 hn:
42 42 third:
... ...