fix(用例评审): 列表按照ID排序
This commit is contained in:
parent
2f7fff7140
commit
94936c44ed
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue