mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-07-30 22:10:15 +08:00
修复 sa-token-redisx 模块代码警告
This commit is contained in:
parent
530ff0e803
commit
7a057cf8ed
@ -89,14 +89,9 @@ public class SaCheckAspect {
|
||||
// 注解鉴权
|
||||
SaStrategy.me.checkMethodAnnotation.accept(method);
|
||||
}
|
||||
|
||||
try {
|
||||
// 执行原有逻辑
|
||||
Object obj = joinPoint.proceed();
|
||||
return obj;
|
||||
} catch (Throwable e) {
|
||||
throw e;
|
||||
}
|
||||
|
||||
// 执行原有逻辑
|
||||
return joinPoint.proceed();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user