分解单搜索问题~

This commit is contained in:
Mr.Z
2021-09-16 20:11:23 +08:00
parent 66faec58e0
commit e8d901bb2f
@@ -416,7 +416,7 @@
<if test="orderBy !=null and orderBy!=''">
order by ${orderBy} ${order}
</if>
LIMIT #{page},#{pageSize}
LIMIT ${page-1},#{pageSize}
</select>