Commit 292afbd9 authored by tangwei's avatar tangwei

修改角色置换

parent ca1fab8e
......@@ -379,15 +379,16 @@ public class PersonnelBusinessServiceImpl extends BaseService<PersonnelBusinessD
List<String> userId = new ArrayList<>();
userId.add(publicAgencyUse.getAmosUserId());
// 1 修改平台用户
Privilege.groupUserClient.create(userGroupId, userId);
//删除旧管理员
Privilege.groupUserClient.deleteGroupUser(userGroupId,publicAgencyUsex.getAmosUserId());
System.out.println("删除旧管理员===================================:"+publicAgencyUsex.getAmosUserId());
// 1 修改平台用户
Privilege.groupUserClient.create(userGroupId, userId);
System.out.println("新增角色用户===================================:"+userId);
// userEmpowerMapper.upuserrole(
......
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