|
@@ -382,9 +382,11 @@ public class AuthServiceImpl implements AuthService {
|
|
|
if(!relationInfo.getRelationId().contains(relaId)&&!relationInfo.getRelationName().contains(relaName)){
|
|
|
relaId=relaId+","+relationInfo.getRelationId();
|
|
|
relaName=relaName+","+relationInfo.getRelationName();
|
|
|
+ authMapper.updateRelaByAuthId(id,relaId,relaName);
|
|
|
}
|
|
|
+ }else {
|
|
|
+ authMapper.updateRelaByAuthId(id,relaId,relaName);
|
|
|
}
|
|
|
- authMapper.updateRelaByAuthId(id,relaId,relaName);
|
|
|
}
|
|
|
}
|
|
|
@Override
|