fix(测试跟踪): 用例评审列表中字段排序后批量编辑报错的问题

--bug=1015693 --user=宋昌昌 [BUG]【用例评审】列表模式下,选择所有用例批量编辑评审结果失败,页面报错提示“SQL error happened, please check logs.” #16722v https://www.tapd.cn/55049933/s/1222835
This commit is contained in:
song-cc-rock 2022-08-12 11:42:16 +08:00 committed by 刘瑞斌
parent 7e07e1bda1
commit 8b6b67e9d0
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
order by
<foreach collection="request.orders" separator="," item="order">
<choose>
<when test="order.name == 'num'">
<when test="order.name == 'num' || order.name == 'name' || order.name == 'priority'">
test_case.num ${order.type}
</when>
<otherwise>