更新应用和功能的排序
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user