|
|
@@ -21,7 +21,7 @@ import javax.annotation.PostConstruct;
|
|
|
public class SecurityUtils
|
|
|
{
|
|
|
|
|
|
- @Value("${mybatis-plus.tenant.enabled-tenant:true}")
|
|
|
+ // @Value("${mybatis-plus.tenant.enabled-tenant:true}")
|
|
|
public static boolean EnabledTenant;
|
|
|
|
|
|
@Value("${mybatis-plus.tenant.enabled-tenant:true}")
|