Commit e3289461 authored by tangwei's avatar tangwei

修改账空角色

parent cf4bf833
......@@ -372,7 +372,9 @@ public class PersonnelBusinessServiceImpl extends BaseService<PersonnelBusinessD
if(roidx!=null&&!roidx.isEmpty()&&roidx.size()==1&&roidx.get(0).longValue()==userGroupId){
//新增空角色防止单位丢失
Privilege.groupUserClient.create(userGroupempty, userId);
List<String> userId1 = new ArrayList<>();
userId1.add(publicAgencyUsex.getAmosUserId());
Privilege.groupUserClient.create(userGroupempty, userId1);
}
//删除旧管理员
......
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