Commit 2e20d91d authored by 麻笑宇's avatar 麻笑宇

指标管理 电梯故障原因占比分析 代码修改

parent e682aae7
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<select id="getTypeList" resultType="java.util.Map"> <select id="getTypeList" resultType="java.util.Map">
SELECT SELECT
code, code as dataIndex,
NAME NAME as title
FROM FROM
cb_data_dictionary cb_data_dictionary
WHERE WHERE
......
...@@ -110,8 +110,8 @@ public class DtgzyyzbfxServiceImpl implements IZBGLService { ...@@ -110,8 +110,8 @@ public class DtgzyyzbfxServiceImpl implements IZBGLService {
public List<Map<String, String>> getTitle(DPFilterParamForDetailDto dpFilterParamForDetailDto) { public List<Map<String, String>> getTitle(DPFilterParamForDetailDto dpFilterParamForDetailDto) {
List<Map<String, String>> list = zbglStatisticsMapper.getTypeList("GZYY"); List<Map<String, String>> list = zbglStatisticsMapper.getTypeList("GZYY");
Map<String,String> map = new HashMap<>(); Map<String,String> map = new HashMap<>();
map.put("code","area"); map.put("dataIndex","area");
map.put("name","区域"); map.put("title","区域");
list.add(0,map); list.add(0,map);
return list; return list;
} }
......
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