Pu Zhibing
2025-07-08 91fcd48801ad1120651027824f7a60a14deadf87
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)")