src/main/java/com/lf/server/aspect/LogAspect.java
@@ -44,7 +44,7 @@ private final static String DOWNLOAD = "download"; private final static String SPLIT = "\\"; private final static String SPLIT = "\\\\"; private static final Log log = LogFactory.getLog(LogAspect.class); @@ -94,7 +94,7 @@ if (api != null) { String[] strs = api.tags()[0].split(SPLIT); oe.setModular1(strs[0]); oe.setModular1(strs[1]); oe.setModular2(strs[1]); } // 设置类名\方法名、类别