fix(测试跟踪): 修复模块树公共用例统计问题

--bug=1015902 --user=宋昌昌 [测试跟踪] github#16991无法筛选出指定状态的用例 https://www.tapd.cn/55049933/s/1230820
This commit is contained in:
song-cc-rock 2022-08-23 11:57:59 +08:00 committed by f2c-ci-robot[bot]
parent 363d714938
commit 00810ec306
1 changed files with 1 additions and 0 deletions

View File

@ -1131,6 +1131,7 @@
where workspace_id = #{workSpaceId})
and case_public = true
and test_case.status != 'Trash'
and test_case.latest = 1
</select>
<select id="trashCount" resultType="java.lang.Long">