fix(接口测试): 解决批量编辑责任人sql错误问题
--bug=1011385 --user=郭雨琦 【接口测试】github#11607,接口责任人相关SQL错误 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001011385
This commit is contained in:
parent
3d77866d42
commit
2d976c1674
|
@ -11,6 +11,9 @@
|
|||
<when test="order.prefix != null and order.prefix != ''">
|
||||
${order.prefix}.`${order.name}` ${order.type}
|
||||
</when>
|
||||
<when test="order.name == 'user_name' ">
|
||||
`user_id` ${order.type}
|
||||
</when>
|
||||
<otherwise>
|
||||
`${order.name}` ${order.type}
|
||||
</otherwise>
|
||||
|
|
Loading…
Reference in New Issue