|
|
@ -44,6 +44,9 @@ public class LogAspect |
|
|
|
* |
|
|
|
* |
|
|
|
* @param joinPoint 切点 |
|
|
|
* @param joinPoint 切点 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@AfterReturning(pointcut = "@annotation(controllerLog)", returning = "jsonResult") |
|
|
|
@AfterReturning(pointcut = "@annotation(controllerLog)", returning = "jsonResult") |
|
|
|
public void doAfterReturning(JoinPoint joinPoint, Log controllerLog, Object jsonResult) |
|
|
|
public void doAfterReturning(JoinPoint joinPoint, Log controllerLog, Object jsonResult) |
|
|
|
{ |
|
|
|
{ |
|
|
|