Commit 171a7faa authored by 赵啸非's avatar 赵啸非

添加统计日志

parent 164f2741
...@@ -192,7 +192,7 @@ public class SiteStatTaskImpl implements ITaskExcuteService { ...@@ -192,7 +192,7 @@ public class SiteStatTaskImpl implements ITaskExcuteService {
if (resp.getCode() == 1) { if (resp.getCode() == 1) {
List<SitePdu> sitePduList = resp.getData().getData(); List<SitePdu> sitePduList = resp.getData().getData();
for (SitePdu site : sitePduList) { for (SitePdu site : sitePduList) {
if (!ObjectUtils.isEmpty(site.getId())) continue; if (ObjectUtils.isEmpty(site.getId())) continue;
StopWatch allStopWatch = new StopWatch("allStopWatch"); StopWatch allStopWatch = new StopWatch("allStopWatch");
StopWatch pjqStopWatch = new StopWatch("pjqStopWatch"); StopWatch pjqStopWatch = new StopWatch("pjqStopWatch");
StopWatch pdjStopWatch = new StopWatch("pdjStopWatch"); StopWatch pdjStopWatch = new StopWatch("pdjStopWatch");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment