|
@@ -5,11 +5,13 @@ import com.ruoyi.framework.mybatis.holder.TenantHolder;
|
|
|
import org.aspectj.lang.ProceedingJoinPoint;
|
|
|
import org.aspectj.lang.annotation.Around;
|
|
|
import org.aspectj.lang.annotation.Aspect;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
* 租户切面
|
|
|
*/
|
|
|
@Aspect
|
|
|
+@Component
|
|
|
public class TenantAspect {
|
|
|
|
|
|
@Around("@annotation(tenantIgnore)")
|