fix: 编辑接口用例报错

This commit is contained in:
chenjianxing 2021-09-22 19:20:57 +08:00 committed by jianxing
parent 8b26058448
commit 4d2e35b9f0
1 changed files with 1 additions and 8 deletions

View File

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