Commit f114ee37 authored by 吴泽佳's avatar 吴泽佳

圈子 首席列表

parent f70d0ce8
......@@ -56,6 +56,6 @@ public interface FeignClientForFatools {
@ApiOperation(value = "探普 首席投顾列表查询")
@GetMapping(value = "/queryChiefFinancialAdviserList")
CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(Pageable page);
CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(@RequestParam("pageNumber") Integer pageNumber,@RequestParam("pageSize") Integer pageSize);
}
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