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