From 866db48255b0bcaec673b2f9533af197fe3a0e19 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 27 Jan 2021 13:40:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AEoidc=E8=AE=A4=E8=AF=81=E6=BA=90=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/java/io/metersphere/config/MybatisConfig.java | 2 ++ backend/src/main/java/io/metersphere/xpack | 2 +- frontend/src/business/components/xpack | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/src/main/java/io/metersphere/config/MybatisConfig.java b/backend/src/main/java/io/metersphere/config/MybatisConfig.java index a78dad72a2..6495f83b93 100644 --- a/backend/src/main/java/io/metersphere/config/MybatisConfig.java +++ b/backend/src/main/java/io/metersphere/config/MybatisConfig.java @@ -2,6 +2,7 @@ package io.metersphere.config; import com.github.pagehelper.PageInterceptor; import io.metersphere.base.domain.ApiTestReportDetail; +import io.metersphere.base.domain.AuthSource; import io.metersphere.base.domain.FileContent; import io.metersphere.base.domain.TestResource; import io.metersphere.commons.utils.CompressUtils; @@ -45,6 +46,7 @@ public class MybatisConfig { configList.add(new MybatisInterceptorConfig(FileContent.class, "file", CompressUtils.class, "zip", "unzip")); configList.add(new MybatisInterceptorConfig(ApiTestReportDetail.class, "content", CompressUtils.class, "compress", "decompress")); configList.add(new MybatisInterceptorConfig(TestResource.class, "configuration")); + configList.add(new MybatisInterceptorConfig(AuthSource.class, "configuration")); interceptor.setInterceptorConfigList(configList); return interceptor; } diff --git a/backend/src/main/java/io/metersphere/xpack b/backend/src/main/java/io/metersphere/xpack index bb9c030916..387ca56312 160000 --- a/backend/src/main/java/io/metersphere/xpack +++ b/backend/src/main/java/io/metersphere/xpack @@ -1 +1 @@ -Subproject commit bb9c0309161c91bf7d0a9f85cc44bc0eb0fc11ac +Subproject commit 387ca56312b62ae5edb3d7f34afa08946d86d621 diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index 3a3363c7d6..fa2fa8796b 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit 3a3363c7d651f340cc37fca74c1edb92af484915 +Subproject commit fa2fa8796ba55b6409238ccda06712f87cfc7886