From 38c54fbecfd7b1d8f182e001959792f280e8aad1 Mon Sep 17 00:00:00 2001 From: ronger Date: Sat, 15 Feb 2020 15:39:55 +0800 Subject: [PATCH] =?UTF-8?q?:ok=5Fhand:=20=E5=8E=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/rymcu/vertical/core/service/log/VisitAspect.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/rymcu/vertical/core/service/log/VisitAspect.java b/src/main/java/com/rymcu/vertical/core/service/log/VisitAspect.java index 01bdeff..f85d977 100644 --- a/src/main/java/com/rymcu/vertical/core/service/log/VisitAspect.java +++ b/src/main/java/com/rymcu/vertical/core/service/log/VisitAspect.java @@ -8,12 +8,9 @@ import com.rymcu.vertical.service.ArticleService; import com.rymcu.vertical.service.VisitService; import com.rymcu.vertical.util.UserUtils; import com.rymcu.vertical.util.Utils; -import com.rymcu.vertical.web.api.exception.BaseApiException; -import com.rymcu.vertical.web.api.exception.ErrorCode; import org.apache.commons.lang.StringUtils; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; -import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.slf4j.Logger;