fix(测试跟踪): 修复测试跟踪首页用例数量统计的缺陷

This commit is contained in:
wxg0103 2022-01-25 16:46:51 +08:00 committed by 刘瑞斌
parent 776448ac26
commit 4aa01fb57c
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@
FROM test_case
WHERE project_id = #{projectId}
AND (test_case.status IS NULL OR test_case.status != 'Trash')
and latest = true
GROUP BY test_case.priority
</select>