Merge branch 'v1.4' into master

This commit is contained in:
Captain.B 2020-10-21 20:49:04 +08:00
commit 0d6d47091d

View File

@ -98,7 +98,7 @@
<select id="list" resultMap="BaseResultMap"
parameterType="io.metersphere.track.request.testcase.QueryTestPlanRequest">
select test_plan.*, user.name as user_name from test_plan
select DISTINCT 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
<where>