Commit b14e0535fdf9d1817a9e24832194f3b5d1958939

Authored by litao
1 parent 0900269eca

建册统计地址修改

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MongoUtil.java View file @ b14e053
... ... @@ -119,7 +119,7 @@
119 119 tempMap.put("area_name", findName(areaId));
120 120 tempMap.put("level", "建册人数");
121 121 tempMap.put(month, map.getValue());
122   - tempMap.put("address", "address");
  122 + tempMap.put("address", address);
123 123 rest.add(tempMap);
124 124 }
125 125 }