fix(接口测试): 解决批量编辑责任人sql错误问题

--bug=1011385
--user=郭雨琦
【接口测试】github#11607,接口责任人相关SQL错误
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001011385
This commit is contained in:
guoyuqi 2022-03-18 18:27:14 +08:00 committed by xiaomeinvG
parent 3d77866d42
commit 2d976c1674
1 changed files with 3 additions and 0 deletions

View File

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