Commit 3f2eb829 authored by zhangsen's avatar zhangsen

区域接口组装修改

parent 025e4d6e
...@@ -964,7 +964,7 @@ public class BigScreenAnalyseController extends BaseController { ...@@ -964,7 +964,7 @@ public class BigScreenAnalyseController extends BaseController {
if (listFeignClientResult.getStatus() == 200) { if (listFeignClientResult.getStatus() == 200) {
listFeignClientResult.getResult().forEach(item -> { listFeignClientResult.getResult().forEach(item -> {
HashMap<String, String> resultMap = new HashMap<>(); HashMap<String, String> resultMap = new HashMap<>();
resultMap.put("key", item.getCompanyName()); resultMap.put("text", item.getCompanyName());
resultMap.put("value", item.getCompanyName()); resultMap.put("value", item.getCompanyName());
maps.add(resultMap); maps.add(resultMap);
}); });
......
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