|
|
@ -103,7 +103,7 @@ public class LocalServerLoginAccountsInterceptor extends HandlerInterceptorAdapt |
|
|
|
String tenantId = "627683"; |
|
|
|
String tenantId = "627683"; |
|
|
|
String authorizationHeader = "bG9jYWw6bG9jYWxfc2VjcmV0"; |
|
|
|
String authorizationHeader = "bG9jYWw6bG9jYWxfc2VjcmV0"; |
|
|
|
if (StringUtil.isNotBlank(companyCode)) { |
|
|
|
if (StringUtil.isNotBlank(companyCode)) { |
|
|
|
FactoryAuthVO authVO = deliveryNoteService.findFactoryAuth(companyCode); |
|
|
|
FactoryAuthVO authVO = deliveryNoteService.findFactoryAuthByTenantCode(companyCode); |
|
|
|
if (ObjectUtil.isNotEmpty(authVO)) { |
|
|
|
if (ObjectUtil.isNotEmpty(authVO)) { |
|
|
|
account = authVO.getLoginAccount(); |
|
|
|
account = authVO.getLoginAccount(); |
|
|
|
tenantId = authVO.getTenantCode(); |
|
|
|
tenantId = authVO.getTenantCode(); |
|
|
|