Commit 11b81232 authored by caotao's avatar caotao

初始化风机与升压站调整

parent 2f47243d
...@@ -200,4 +200,5 @@ public class DemoController extends BaseController { ...@@ -200,4 +200,5 @@ public class DemoController extends BaseController {
hashMap.put("url", "upload/jxiop/amos_studio/758F6F4BC695B777899485DB0C7E5D3.gif"); hashMap.put("url", "upload/jxiop/amos_studio/758F6F4BC695B777899485DB0C7E5D3.gif");
return ResponseHelper.buildResponse(hashMap); return ResponseHelper.buildResponse(hashMap);
} }
} }
...@@ -440,6 +440,7 @@ public class MonitoringServiceIMQTTmpl { ...@@ -440,6 +440,7 @@ public class MonitoringServiceIMQTTmpl {
HashMap<String,String> hashMap =new HashMap<>(); HashMap<String,String> hashMap =new HashMap<>();
for (int i = 0; i < result.size(); i++) { for (int i = 0; i < result.size(); i++) {
IndicatorsDto indicatorsDto = result.get(i); IndicatorsDto indicatorsDto = result.get(i);
//此处需要根据查询的结果来动态的给定图片的url路径。
hashMap.put("url"+i,"tetee"); hashMap.put("url"+i,"tetee");
hashMap.put("display"+i,indicatorsDto.getDisplayName()); hashMap.put("display"+i,indicatorsDto.getDisplayName());
} }
......
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