|
@@ -97,7 +97,7 @@ public class NotifyBusinessImpl implements INotifyBusiness {
|
|
|
|
|
|
BimAppPermissionUpdateContentRespVO data = bimAppPermissionUpdateRespVo.getData();
|
|
|
if (!bimAppPermissionUpdateRespVo.getSuccess()) {
|
|
|
- log.error("App permission error :{}", postResp);
|
|
|
+ log.error("向认证服务发送应用级权限变更异常 :{}", postResp);
|
|
|
throw new RemoteAccessException(postResp);
|
|
|
}
|
|
|
|