|
@@ -56,6 +56,8 @@ public class PropertyUserService implements IPropertyUserService {
|
|
|
IPage propertyUserPage = new Page(propertyUserRequest.getPageNum(), propertyUserRequest.getPageSize());
|
|
|
for (ProjectUser projectUser : projectUserList) {
|
|
|
PropertyUserResponse propertyUserResponse = new PropertyUserResponse();
|
|
|
+ //设置权限
|
|
|
+ propertyUserResponse.setUserRole(projectUser.getUserRole());
|
|
|
//封装用户信息
|
|
|
UserResponse userResponse = userIdToUserResponse.get(projectUser.getUserId());
|
|
|
if (userResponse != null) {
|