|
|
@ -203,7 +203,7 @@ public class PartyUserGroupServiceImpl extends BaseServiceImpl<PartyUserGroupDao |
|
|
|
private void modifyIdentityFlag(String groupUserId, String identityFlag) { |
|
|
|
//判断是否是指定群主操作
|
|
|
|
if(PartyGroupConstant.PARTY_GROUP_IDENTITY_FLAG.equals(identityFlag)){ |
|
|
|
//先将之前的群主身份取消为群成员
|
|
|
|
//先将之前的群主身份取消为副群主
|
|
|
|
PartyUserGroupDTO partyUserGroupDTO = get(groupUserId); |
|
|
|
if(partyUserGroupDTO==null){ |
|
|
|
throw new RenException("获取成员党群信息异常"); |
|
|
|