parent
7354d310a6
commit
3494bbdc05
|
@ -18,7 +18,7 @@
|
|||
<select id="selectLegalDataByTestPlanId" resultType="io.metersphere.base.domain.TestPlanApiScenario">
|
||||
SELECT t.* FROM test_plan_api_scenario t WHERE t.test_plan_id = #{0}
|
||||
AND t.api_scenario_id IN (
|
||||
SELECT id FROM API_SCENARIO WHERE status IS NULL OR status != 'Trash'
|
||||
SELECT id FROM api_scenario WHERE status IS NULL OR status != 'Trash'
|
||||
)
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue