Commit bbbe678b authored by zhangsen's avatar zhangsen

xuqiu

parent 1d8f7d05
...@@ -722,6 +722,7 @@ public class RiskSourceController extends BaseController { ...@@ -722,6 +722,7 @@ public class RiskSourceController extends BaseController {
@ApiOperation(value = "概览水源信息") @ApiOperation(value = "概览水源信息")
@GetMapping("/getWaterInfo") @GetMapping("/getWaterInfo")
@Permission
public CommonResponse getWaterInfo(CommonPageable commonPageable) { public CommonResponse getWaterInfo(CommonPageable commonPageable) {
if (commonPageable.getPageNumber() == 0) { if (commonPageable.getPageNumber() == 0) {
commonPageable.setPageNumber(1); commonPageable.setPageNumber(1);
......
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