Commit efbddd06 authored by chenjianxing's avatar chenjianxing Committed by jianxing
Browse files

fix: 测试用例显示了已删除的缺陷

Showing with 1 addition and 0 deletions
+1 -0
......@@ -8,6 +8,7 @@
inner join test_case_issues
on test_case_issues.issues_id = issues.id
<include refid="queryWhereCondition"/>
and (issues.platform_status != 'delete' or issues.platform_status is NULL)
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.orders"/>
</select>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment