Commit 1151add2 authored by 季圣华's avatar 季圣华
Browse files

更新应用和功能的排序

parent 784b5155
......@@ -11,6 +11,7 @@
<if test="type != null">
and type='${type}'
</if>
order by sort asc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>
......
......@@ -11,6 +11,7 @@
<if test="type != null">
and type='${type}'
</if>
order by sort asc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>
......
Supports Markdown
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