Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
efbddd06
Commit
efbddd06
authored
3 years ago
by
chenjianxing
Committed by
jianxing
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: 测试用例显示了已删除的缺陷
parent
9a3e86e0
v1.11
pr@v1.11@feat_接口定义、批量场景转性能测试一键更新
pr@v1.11@feat_接口用例列表添加批量执行
pr@v1.11@fix_report_permission
pr@v1.11@fix_review_bug_0726
pr@v1.11@fix_zentao
pr@v1.11@fix_—swagger导入报错
pr@v1.11@fix_修改prometheus内存使用率查询公式
pr@v1.11@fix_关联测试保存失效
pr@v1.11@fix_接口自动化_步骤
pr@v1.11@fix_测试执行打印错误日志
pr@v1.11@fix_测试用例导入更新文本错误
pr@v1.11@fix_测试计划报告报错
pr@v1.11@fix_消息通知
pr@v1.11@fix_用例导入文件限制改为100M
pr@v1.11@fix_脑图无法删除用例
pr@v1.11@fix_自动化_执行
pr@v1.11@fix_自定义表头国际化问题
pr@v1.11@refactor_修改数据库连接池默认配置
repr@dev_V1.10_v1.11@40cd10d7ebcfd984dcbf159aa43136493bf6cc0b@fix_接口定义批量操作报错
repr@dev_v1.11@dx@fix_接口自动化_执行报告处理
repr@v1.11_dev@6fd05b82@fix_envparam
v1.11.3
v1.11.2
v1.11.2-rc1
v1.11.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/java/io/metersphere/base/mapper/ext/ExtIssuesMapper.xml
+1
-0
...n/java/io/metersphere/base/mapper/ext/ExtIssuesMapper.xml
with
1 addition
and
0 deletions
+1
-0
backend/src/main/java/io/metersphere/base/mapper/ext/ExtIssuesMapper.xml
+
1
-
0
View file @
efbddd06
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help