Commit de5e6ced by guojuxing

管理员数据转移

parent 4d881390
......@@ -614,7 +614,7 @@ public class UserApiServiceImpl implements UserApiService {
params.setPageSize(pageSize);
com.github.pagehelper.Page page = userService.pageUserForTransfer(params);
Page<UserDTO> resultPage = PageHelperUtils.changePageHelperToCurrentPage(page);
Page<UserDTO> resultPage = PageHelperUtils.changePageHelperToCurrentPage(page, UserDTO.class);
return ServiceResponse.success(resultPage);
}
......
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