fix(测试跟踪): 修复多个用例关联同一个接口场景时出现重复的条目的问题
--bug=1012283 --user=刘瑞斌 [测试跟踪]github#12708多个功能测试用例关联同一个场景C,其他用例关联场景用例时可见重复的场景C https://www.tapd.cn/55049933/s/1136405 Closes #12708
This commit is contained in:
parent
e367abff14
commit
0c82fb479d
|
@ -390,6 +390,7 @@
|
|||
</sql>
|
||||
<select id="relevanceScenarioList" resultType="io.metersphere.api.dto.automation.ApiScenarioDTO">
|
||||
SELECT
|
||||
DISTINCT
|
||||
atc.id,
|
||||
atc.project_id,
|
||||
atc. NAME,
|
||||
|
|
Loading…
Reference in New Issue