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

圈子 首席列表

parent f114ee37
......@@ -68,7 +68,7 @@ public class FeignbackForFatools implements FallbackFactory<FeignClientForFatool
}
@Override
public CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(Pageable page) {
public CommonResp<Page<UserInfoNewChief>> queryChiefFinancialAdviserList(Integer pageNumber, Integer pageSize) {
log.info("FeignbackForFatools.queryChiefFinancialAdviserList", throwable);
return CommonResp.error();
}
......
......@@ -158,7 +158,7 @@ public class HomePageManager {
}
public Page<UserInfoNewChief> queryChiefFinancialAdviserList(Pageable page) {
CommonResp<Page<UserInfoNewChief>> pageCommonResp = feignClientForFatools.queryChiefFinancialAdviserList(page);
CommonResp<Page<UserInfoNewChief>> pageCommonResp = feignClientForFatools.queryChiefFinancialAdviserList(page.pageNumber, page.pageSize);
return pageCommonResp.getData();
}
......
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