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

This commit is contained in:
chenjianxing 2021-07-23 15:30:11 +08:00 committed by jianxing
parent d72fd4f0e3
commit 02b34f00e0
1 changed files with 1 additions and 0 deletions

View File

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