数据流动年份
This commit is contained in:
@ -37,7 +37,8 @@ public class CityExpandControllerr {
|
||||
*/
|
||||
@RequestMapping(value = "/selectCityExpand", method = {RequestMethod.GET})
|
||||
public AjaxResult selectCityExpand(@RequestParam(value = "city", required = false) String city,
|
||||
@RequestParam(value = "country", required = false) String country, String year) {
|
||||
@RequestParam(value = "country", required = false) String country,
|
||||
@RequestParam(value = "year", required = false)String year) {
|
||||
List<CityFocusVO> value = service.selectExpand(city, country, year);
|
||||
return AjaxResult.success(value);
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ ruoyi:
|
||||
# 实例演示开关
|
||||
demoEnabled: true
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: D:/ruoyi/uploadPath #/home/sjs/ruoyi/uploadPath
|
||||
profile: /home/sjs/ruoyi/uploadPath
|
||||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
# 验证码类型 math 数组计算 char 字符验证
|
||||
@ -18,7 +18,8 @@ ruoyi:
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8080
|
||||
port: 6061
|
||||
#port: 8080
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
|
Reference in New Issue
Block a user