fix(测试跟踪): 用例评审脑图显示了已删除的用例

--bug=1014858 --user=陈建星 【测试跟踪】github#15762. 已删除的用例,在用例评审--脑图界面还能看得到该用例 https://www.tapd.cn/55049933/s/1201708
This commit is contained in:
chenjianxing 2022-07-14 13:44:14 +08:00 committed by jianxing
parent fddf5d3b4e
commit bed0ed6faf
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@
<where>
tcrtc.review_id = #{request.reviewId}
and test_case.node_id = #{request.nodeId}
and test_case.status != 'Trash'
</where>
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.orders"/>
</select>