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

This commit is contained in:
chenjianxing 2022-01-13 13:58:48 +08:00 committed by song-tianyang
parent 959099fe1f
commit a62a93fc63
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
LIMIT 1) LIMIT 1)
) )
</if> </if>
and test_case.status != 'Trash' and (test_case.status != 'Trash' or test_case.status is null)
<include refid="filter"/> <include refid="filter"/>
</where> </where>
</sql> </sql>