mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
Merge branch 'v1.4' into master
This commit is contained in:
commit
0d6d47091d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user