fix(工作台):我的仪表盘-我创建的功能用例数量和功能用例列表数量不一致

--bug=1025781 --user=王旭 【工作台】我的仪表盘-我创建的功能用例数量和功能用例列表数量不一致 https://www.tapd.cn/55049933/s/1366751
This commit is contained in:
WangXu10 2023-04-26 10:14:29 +08:00 committed by fit2-zhao
parent 2d74564170
commit 1a7ec9689d
1 changed files with 2 additions and 2 deletions

View File

@ -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>