Merge remote-tracking branch 'origin/master'

This commit is contained in:
Captain.B 2021-03-23 17:40:37 +08:00
commit 2cd2e8207e
1 changed files with 2 additions and 1 deletions

View File

@ -387,7 +387,8 @@
union all
select tpac.id as s
from test_plan_api_case tpac join api_test_case on tpac.api_case_id = api_test_case.id
where tpac.test_plan_id = #{planId}
join api_definition on api_test_case.api_definition_id = api_definition.id
where tpac.test_plan_id = #{planId} and api_definition.status != 'Trash'
union all
select tplc.id as s
from test_plan_load_case tplc join load_test on tplc.load_case_id = load_test.id