liujie
2025-08-20 cbc307682c0ca48d59e7b539d6a2ae58d49cabe1
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/core/aop/LogAop.java
@@ -18,6 +18,7 @@
import org.aspectj.lang.reflect.MethodSignature;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
@@ -36,7 +37,7 @@
    
    private Logger log = LoggerFactory.getLogger(this.getClass());
    
    @Resource
    @Autowired
    private ShiroExtUtil shiroExtUtil;
    
    @Pointcut(value = "@annotation(com.stylefeng.guns.core.common.annotion.BussinessLog)")