更新应用和功能的排序

This commit is contained in:
季圣华
2019-02-24 13:07:17 +08:00
parent 784b515506
commit 1151add283
2 changed files with 2 additions and 0 deletions

View File

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

View File

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