Commit 2f9d4606 by unknown

remove the shenzheng district

parent d7ebb4a3
......@@ -167,10 +167,10 @@ public class CommuneMController {
beijing.put("cityId", 1);
beijing.put("cityName", "北京");
cities.add(beijing);
Map<String, Object> shenzhen = new HashMap<String, Object>();
/* Map<String, Object> shenzhen = new HashMap<String, Object>();
shenzhen.put("cityId", 26);
shenzhen.put("cityName", "深圳");
cities.add(shenzhen);
cities.add(shenzhen);*/
Map<String, Object> guangzhou = new HashMap<String, Object>();
guangzhou.put("cityId", 152);
guangzhou.put("cityName", "广州");
......
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 sign in to comment