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