fix: 自定义代码片段,按创建时间排序报错
--bug=1007365 --user=lyh 【项目设置】自定义代码片段,按创建时间排序报错 https://www.tapd.cn/55049933/s/1058007
This commit is contained in:
parent
e4f9df5822
commit
f12706fab6
|
@ -35,8 +35,10 @@
|
|||
custom_function.${order.name} ${order.type}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="request.orders == null">
|
||||
order by custom_function.create_time desc
|
||||
</if>
|
||||
</where>
|
||||
order by custom_function.create_time desc
|
||||
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue