fix(测试跟踪): 用例评审排序后全选批量操作SQL问题

--bug=1026621 --user=宋昌昌 用例评审-按名称排序-全选数据-批量操作报错 https://www.tapd.cn/55049933/s/1378759
This commit is contained in:
song-cc-rock 2023-06-05 16:52:39 +08:00 committed by fit2-zhao
parent 0fb0e8c786
commit 59e89a675c
1 changed files with 6 additions and 0 deletions

View File

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