更新应用和功能的排序
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<if test="type != null">
|
<if test="type != null">
|
||||||
and type='${type}'
|
and type='${type}'
|
||||||
</if>
|
</if>
|
||||||
|
order by sort asc
|
||||||
<if test="offset != null and rows != null">
|
<if test="offset != null and rows != null">
|
||||||
limit #{offset},#{rows}
|
limit #{offset},#{rows}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<if test="type != null">
|
<if test="type != null">
|
||||||
and type='${type}'
|
and type='${type}'
|
||||||
</if>
|
</if>
|
||||||
|
order by sort asc
|
||||||
<if test="offset != null and rows != null">
|
<if test="offset != null and rows != null">
|
||||||
limit #{offset},#{rows}
|
limit #{offset},#{rows}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user