分解单搜索问题~
This commit is contained in:
@@ -416,7 +416,7 @@
|
|||||||
<if test="orderBy !=null and orderBy!=''">
|
<if test="orderBy !=null and orderBy!=''">
|
||||||
order by ${orderBy} ${order}
|
order by ${orderBy} ${order}
|
||||||
</if>
|
</if>
|
||||||
LIMIT #{page},#{pageSize}
|
LIMIT ${page-1},#{pageSize}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user