Commit 9ca7e593 authored by shiziyuan9527's avatar shiziyuan9527 Committed by 刘瑞斌
Browse files

fix(用例评审): 列表按照ID排序

parent 3817e1f4
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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_num ${order.type}
customNum ${order.type}
</when>
<when test="order.name == 'priority'">
test_case.priority ${order.type}
......
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