From 92ab3f7ba30f29057d364f77075a8522232e5f1c Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 21 Oct 2020 16:15:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E9=AB=98=E7=BA=A7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=20SQL=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/metersphere/base/mapper/ext/ExtTestPlanMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanMapper.xml index fbbec25394..04b38d8783 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanMapper.xml @@ -100,6 +100,7 @@ parameterType="io.metersphere.track.request.testcase.QueryTestPlanRequest"> select test_plan.*, user.name as user_name from test_plan LEFT JOIN user ON user.id = test_plan.principal + JOIN test_plan_project on test_plan.id = test_plan_id JOIN project on project.id = project_id