fix: 编辑接口用例报错
This commit is contained in:
parent
8b26058448
commit
4d2e35b9f0
|
@ -234,14 +234,7 @@
|
|||
<if test="request.orders != null and request.orders.size() > 0">
|
||||
order by
|
||||
<foreach collection="request.orders" separator="," item="order">
|
||||
<choose>
|
||||
<when test="order.name === 'path'">
|
||||
a.${order.name} ${order.type}
|
||||
</when>
|
||||
<otherwise>
|
||||
t1.${order.name} ${order.type}
|
||||
</otherwise>
|
||||
</choose>
|
||||
t1.${order.name} ${order.type}
|
||||
</foreach>
|
||||
</if>
|
||||
|
||||
|
|
Loading…
Reference in New Issue