|
|
@@ -496,6 +496,7 @@ public class RoleServiceImpl extends SuperService {
|
|
|
if (platFormAuths != null && !platFormAuths.isEmpty()) {
|
|
|
auths.addAll(platFormAuths);
|
|
|
}
|
|
|
+ log.info("auths {}", auths);
|
|
|
return ResultContent.buildSuccess(AesUtils.encryptAuth(auths));
|
|
|
}
|
|
|
|