update 优化 书写错误

master
疯狂的狮子Li 2 years ago
parent 5e09884e99
commit 8985f1dba6

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

Loading…
Cancel
Save