月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-12 b6f287e6116bc24647436b48e852e9017fcbce60
src/main/java/com/moon/server/aspect/LogAspect.java
@@ -1,6 +1,7 @@
package com.moon.server.aspect;
import com.moon.server.annotation.SysLog;
import com.moon.server.entity.all.StaticData;
import com.moon.server.entity.sys.OperateEntity;
import com.moon.server.entity.sys.UserEntity;
import com.moon.server.helper.AsyncHelper;
@@ -49,8 +50,6 @@
    private final static String COUNT = "count";
    private final static String SPLIT = "\\\\";
    private static final Log log = LogFactory.getLog(LogAspect.class);
    @Pointcut("@annotation(com.moon.server.annotation.SysLog)")
@@ -97,7 +96,7 @@
            // 设置模块
            Api api = clazz.getAnnotation(Api.class);
            if (api != null) {
                String[] strs = api.tags()[0].split(SPLIT);
                String[] strs = api.tags()[0].split(StaticData.BACKSLASH);
                oe.setModular1(strs[0]);
                oe.setModular2(strs[1]);
            }