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
9ca7e593
Commit
9ca7e593
authored
4 years ago
by
shiziyuan9527
Committed by
刘瑞斌
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(用例评审): 列表按照ID排序
parent
3817e1f4
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/ExtTestReviewCaseMapper.xml
+1
-1
...o/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml
with
1 addition
and
1 deletion
+1
-1
backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml
+
1
-
1
View file @
9ca7e593
...
...
@@ -115,7 +115,7 @@
<foreach
collection=
"request.orders"
separator=
","
item=
"order"
>
<choose>
<when
test=
"order.name == 'custom_num'"
>
test_case.num ${order.type}, test_case.
custom
_n
um ${order.type}
custom
N
um ${order.type}
</when>
<when
test=
"order.name == 'priority'"
>
test_case.priority ${order.type}
...
...
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