fix(测试用例): 关联计划页面数据查询问题#1006717

--bug=1006717 --user=lyh 【测试跟踪】测试用例关联接口的高级搜索,根据创建人搜索没生效
https://www.tapd.cn/55049933/s/1051748
This commit is contained in:
shiziyuan9527 2021-09-26 14:31:01 +08:00 committed by shiziyuan9527
parent bd3fecb72e
commit 6504298c63
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
from api_test_case atc
left join test_case_test tct on atc.id = tct.test_id
inner join api_definition ad on ad.id = atc.api_definition_id
where tct.test_id is NULL and ad.status != 'Trash'
where tct.test_id is NULL and atc.status != 'Trash'
<if test="request.protocol != null and request.protocol!=''">
and ad.protocol = #{request.protocol}
</if>