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

This commit is contained in:
shiziyuan9527 2021-06-21 16:05:15 +08:00 committed by 刘瑞斌
parent 2f7fff7140
commit 94936c44ed
1 changed files with 1 additions and 1 deletions

View File

@ -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}