fengxiang
2018-09-27 243e009a18d738543baab77b107dea475cf2e8bd
src/main/java/com/moral/controller/ScreenController.java
@@ -156,9 +156,9 @@
               resultMap.put("areaCode",
                     organization.getVillageCode()|
                     organization.getTownCode()|
                     organization.getAreaCode()|
                     organization.getCityCode()|
                     organization.getProvinceCode());
                     organization.getAreaCode()*1000000|
                     organization.getCityCode()*1000000|
                     organization.getProvinceCode()*1000000);
                }
                resultMap.put("mapPath",areaNamesBuilder.toString());
            }