|
@ -497,6 +497,8 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
throw new RenException("保存用户信息异常"); |
|
|
throw new RenException("保存用户信息异常"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
UserGridRelationDTO relationInfo = userGridRelationService.getUserRelationInfo(userEntity.getId(), userGridRelation.getGridId()); |
|
|
|
|
|
userDto.setLeaderFlag(relationInfo.getLeaderFlag()); |
|
|
return new Result().ok(userDto); |
|
|
return new Result().ok(userDto); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|