不透水面修改
This commit is contained in:
		| @@ -30,14 +30,13 @@ public class CityExpandControllerr | ||||
|     /** | ||||
|      * 获取城市扩张方位 | ||||
|      * @param city | ||||
|      * @param cityCh | ||||
|      * @param year | ||||
|      * @return | ||||
|      */ | ||||
|     @RequestMapping(value = "/selectCityExpand",method = {RequestMethod.GET}) | ||||
|     public AjaxResult selectCityExpand(String city,String cityCh, String year) | ||||
|     public AjaxResult selectCityExpand(String city,String country, String year) | ||||
|     { | ||||
|         List<CityFocusVO> value=service.selectExpand(city,cityCh,year); | ||||
|         List<CityFocusVO> value=service.selectExpand(city,country,year); | ||||
|         return  AjaxResult.success(value); | ||||
|     } | ||||
|  | ||||
| @@ -48,9 +47,9 @@ public class CityExpandControllerr | ||||
|      * @return | ||||
|      */ | ||||
|     @RequestMapping(value = "/selectOrientation",method = {RequestMethod.GET}) | ||||
|     public AjaxResult selectOrientation(String city,String superior) | ||||
|     public AjaxResult selectOrientation(String city,String superior,String country) | ||||
|     { | ||||
|         List<OrientationVO> value=service.selectOrientation(city,superior); | ||||
|         List<OrientationVO> value=service.selectOrientation(city,superior,country); | ||||
|         return  AjaxResult.success(value); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user