fix(测试跟踪): 用例评审排序后全选批量操作SQL问题
--bug=1026621 --user=宋昌昌 用例评审-按名称排序-全选数据-批量操作报错 https://www.tapd.cn/55049933/s/1378759
This commit is contained in:
parent
0fb0e8c786
commit
59e89a675c
|
@ -286,6 +286,12 @@
|
|||
<when test="order.name == 'custom_num'">
|
||||
test_case.custom_num ${order.type}
|
||||
</when>
|
||||
<when test="order.name == 'priority'">
|
||||
test_case.priority ${order.type}
|
||||
</when>
|
||||
<when test="order.name == 'name'">
|
||||
test_case.name ${order.type}
|
||||
</when>
|
||||
<otherwise>
|
||||
test_case_review_test_case.${order.name} ${order.type}
|
||||
</otherwise>
|
||||
|
|
Loading…
Reference in New Issue