fix(工作台):我的仪表盘-我创建的功能用例数量和功能用例列表数量不一致
--bug=1025781 --user=王旭 【工作台】我的仪表盘-我创建的功能用例数量和功能用例列表数量不一致 https://www.tapd.cn/55049933/s/1366751
This commit is contained in:
parent
bfac5f5183
commit
a0257fcdb8
|
@ -326,12 +326,12 @@
|
|||
</choose>
|
||||
</if>
|
||||
<if test="key=='status' and (values == null || values.size() == 0)">
|
||||
and test_case.status != 'Trash'
|
||||
and (test_case.status != 'Trash' or test_case.status is null)
|
||||
</if>
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="request.filters == null || request.filters.size() == 0 || !request.filters.containsKey('status')">
|
||||
and test_case.status != 'Trash'
|
||||
and (test_case.status != 'Trash' or test_case.status is null)
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
|
Loading…
Reference in New Issue