|
|
@ -194,7 +194,7 @@ public class AdminUserDetailServiceImpl extends ServiceImpl<IUserDetailMapper, U |
|
|
|
// 10. 重新构建分页结果 |
|
|
|
PageInfo<UserVo> pageInfo = PageInfo.of(detailPageResult, userVoList); |
|
|
|
pageInfo.setList(userVoList); |
|
|
|
pageInfo.setTotal(userVoList.size()); // 修正总数 |
|
|
|
pageInfo.setTotal(detailPageResult.getTotal()); // 修正总数 |
|
|
|
|
|
|
|
return pageInfo; |
|
|
|
} |
|
|
|