Commit 3aff0288 authored by litengwei's avatar litengwei

巡检统计巡检点列表接口字段名称修改

parent e7f81c0b
......@@ -1376,12 +1376,12 @@ public class PointServiceImpl implements IPointService {
List< HashMap<String, Object>> colModel=new ArrayList<>();
HashMap<String, Object> temph1 = new HashMap<>();
temph1.put("fid","no");
temph1.put("dataIndex","no");
temph1.put("fid","pointNo");
temph1.put("dataIndex","pointNo");
temph1.put("name","编号");
temph1.put("title","编号");
temph1.put("type","no");
temph1.put("key","no");
temph1.put("type","pointNo");
temph1.put("key","pointNo");
HashMap<String, Object> temph2 = new HashMap<>();
temph2.put("fid","name");
temph2.put("dataIndex","name");
......
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