Commit 0389f7c6 by guojuxing

小程序自定义装修页面列表排序

parent 5676f457
......@@ -205,7 +205,10 @@
<if test="orderByStr != null and orderByStr != '' ">
${orderByStr}
</if>
order by status , update_time desc
<if test="orderByStr == null or orderByStr == ''">
order by status , update_time desc
</if>
</select>
<update id="disableFetch">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment