update 优化 书写错误

2.X
疯狂的狮子Li 7 months ago
parent 7c416a2dc8
commit 46c57c3a54

@ -56,7 +56,7 @@ public class LogAspect {
* *
*/ */
@Before(value = "@annotation(controllerLog)") @Before(value = "@annotation(controllerLog)")
public void boBefore(JoinPoint joinPoint, Log controllerLog) { public void doBefore(JoinPoint joinPoint, Log controllerLog) {
StopWatch stopWatch = new StopWatch(); StopWatch stopWatch = new StopWatch();
KEY_CACHE.set(stopWatch); KEY_CACHE.set(stopWatch);
stopWatch.start(); stopWatch.start();

Loading…
Cancel
Save