Commit 4e277611 authored by Administrator's avatar Administrator

push

parent 7da9ba5b
......@@ -39,7 +39,6 @@ public class UtilServiceImpl implements UtilService {
List<Map<String,Object>> listWithSQL = utilMapper.queryAllPoliceStation();
Map<String,Object> countyMap = new LinkedHashMap<String,Object>();
for (Map<String,Object> map :listWithSQL){
System.out.println(map.toString());
if(countyMap.containsKey(map.get("COUNTY_CODE").toString())){
List<Map<String, Object>> mapList = (List<Map<String, Object>>) countyMap.get(map.get("COUNTY_CODE").toString());
......
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