fix(测试跟踪): 修复在用例列表中删除被测试计划关联的用例,该用例仍然可以以脑图形式在测试计划中查看问题

This commit is contained in:
junhong 2022-01-14 18:04:58 +08:00 committed by 刘瑞斌
parent 5ea73af079
commit 30845b23c1
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@
<where>
pc.plan_id = #{request.planId}
and t.node_id = #{request.nodeId}
and (t.status != 'Trash' or t.status is null)
</where>
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.orders"/>
</select>