feat:(REQ-3068) 修改异常打印规范
This commit is contained in:
parent
4d32932391
commit
b1f98935f9
@ -812,7 +812,6 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
System.out.println(100/0);
|
|
||||||
return findIdentityAuthV2(req).getPermissions();
|
return findIdentityAuthV2(req).getPermissions();
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
log.error("查询权限异常,执行降级处理,", ex);
|
log.error("查询权限异常,执行降级处理,", ex);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user