fix(测试跟踪): 统计用例数量不一致
--bug=1009939 --user=王孝刚 【公共用例库】-统计用例数量不一致 https://www.tapd.cn/55049933/s/1097706
This commit is contained in:
parent
bac7bbf85a
commit
c02258df09
|
@ -956,7 +956,7 @@
|
||||||
from project
|
from project
|
||||||
where workspace_id = #{workSpaceId})
|
where workspace_id = #{workSpaceId})
|
||||||
and case_public = true
|
and case_public = true
|
||||||
and status != 'Trash'
|
and (test_case.status != 'Trash' or test_case.status is NULL)
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="trashCount" resultType="java.lang.Long">
|
<select id="trashCount" resultType="java.lang.Long">
|
||||||
|
|
Loading…
Reference in New Issue