Commit 01521a3bb2dca25c66dc81b42cfa3bbbf33e9be5

Authored by 杨鸣坤
1 parent 75e0131c

修改

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