fix: 测试计划关联的用例显示不完整
This commit is contained in:
parent
959099fe1f
commit
a62a93fc63
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue