Ver código fonte

//coupon

release_toaliyun_real
xhxu 3 anos atrás
pai
commit
e909f14261
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mallinkCApi/src/main/java/com/iformall/interceptor/AuthorizationInterceptor.java

+ 1
- 1
mallinkCApi/src/main/java/com/iformall/interceptor/AuthorizationInterceptor.java Ver arquivo

@@ -129,7 +129,7 @@ public class AuthorizationInterceptor extends HandlerInterceptorAdapter {
if(tenantIgnoreAnnotation != null){ if(tenantIgnoreAnnotation != null){
TenantThreadLocal.remove(); TenantThreadLocal.remove();
}else { }else {
TenantThreadLocal.setCurrentThreadTenant(mallTenantId, parenTenantId);
TenantThreadLocal.setCurrentThreadTenant(tenantId, parenTenantId);
} }


return true; return true;


Carregando…
Cancelar
Salvar