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

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

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