fix: 测试计划关联的用例显示不完整

--bug=1009569 --user=陈建星 【测试跟踪】测试计划列表和脑图显示的用例不一样 https://www.tapd.cn/55049933/s/10913111
This commit is contained in:
chenjianxing 2022-01-13 13:58:48 +08:00 committed by song-tianyang
parent 6db9f9d085
commit 5b4c0d4d49
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
<if test="request.method != null">
and test_case.method = #{request.method}
</if>
and test_case.status != 'Trash'
and (test_case.status != 'Trash' or test_case.status is null)
<include refid="filter"/>
</where>
</sql>