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
faf08856
Commit
faf08856
authored
3 years ago
by
zhangdahai112
Browse files
Options
Download
Email Patches
Plain Diff
fix(测试跟踪): 功能用例版本切换
parent
adffd784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml
+0
-1
...java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml
with
0 additions
and
1 deletion
+0
-1
backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestCaseMapper.xml
+
0
-
1
View file @
faf08856
...
...
@@ -998,7 +998,6 @@
max(test_case.latest) = 0
ORDER BY
project_version.create_time desc
LIMIT 1
) t
ON test_case.id = t.id
SET test_case.latest = 1
...
...
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