This commit is contained in:
金海洋 2023-10-26 18:19:26 +08:00
parent 0b0b33169a
commit 65478bfd36

View File

@ -604,7 +604,8 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
log.info("=====match role:{}", rolePermission.getId());
matchedRoleList.add(rolePermission);
} else {
log.warn("=========not match role:{}", JSON.toJSONString(rolePermission));
log.info("=====not_match-role-id:{}", rolePermission.getId());
log.warn("=========not match role: {}",JSON.toJSONString(rolePermission));
}
}