| | |
| | | }
|
| | |
|
| | | @Around("execution(public * com.yeshi.fanli.service.impl.integral.*.*(..))")
|
| | | public Object requestSerializable(ProceedingJoinPoint joinPoint) throws IOException {
|
| | | public Object requestSerializable(ProceedingJoinPoint joinPoint) throws Throwable {
|
| | | Signature signature = joinPoint.getSignature();
|
| | | MethodSignature methodSignature = (MethodSignature) signature;
|
| | | Method targetMethod = methodSignature.getMethod();
|
| | |
| | | } catch (SecurityException e) {
|
| | | e.printStackTrace();
|
| | | }
|
| | | try {
|
| | |
|
| | | return joinPoint.proceed();
|
| | | } catch (Throwable e) {
|
| | | LogHelper.errorDetailInfo(e);
|
| | | } finally {
|
| | |
|
| | | }
|
| | |
|
| | | return null;
|
| | | }
|
| | |
|
| | | }
|