fix(测试跟踪): 用例评审列表中字段排序后批量编辑报错的问题
--bug=1015693 --user=宋昌昌 [BUG]【用例评审】列表模式下,选择所有用例批量编辑评审结果失败,页面报错提示“SQL error happened, please check logs.” #16722v https://www.tapd.cn/55049933/s/1222835
This commit is contained in:
parent
39a2e3031a
commit
4777c24842
|
@ -379,7 +379,7 @@
|
|||
order by
|
||||
<foreach collection="request.orders" separator="," item="order">
|
||||
<choose>
|
||||
<when test="order.name == 'num' || order.name == 'custom_num'">
|
||||
<when test="order.name == 'num' || order.name == 'custom_num' || order.name == 'priority' || order.name == 'name'">
|
||||
test_case.${order.name} ${order.type}
|
||||
</when>
|
||||
<otherwise>
|
||||
|
|
Loading…
Reference in New Issue