Commit 7e8e4015 authored by yaobaizheng's avatar yaobaizheng

首页添加组织机构过滤

parent ec94a6e2
...@@ -186,7 +186,7 @@ public class ApiController extends BaseController { ...@@ -186,7 +186,7 @@ public class ApiController extends BaseController {
return landInfoService.detail(id); return landInfoService.detail(id);
} }
@GetMapping("/getHomePage") @PostMapping("/getHomePage")
@ApiOperation(value = "园区总数、开发区总数、土地总数、载体总数、、热点园区", notes = "") @ApiOperation(value = "园区总数、开发区总数、土地总数、载体总数、、热点园区", notes = "")
public LyrHomePageVo getHomePage(LyrHomePageDto lyrHomePageDto) { public LyrHomePageVo getHomePage(LyrHomePageDto lyrHomePageDto) {
LyrHomePageVo homePageVO = new LyrHomePageVo(); LyrHomePageVo homePageVO = new LyrHomePageVo();
......
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