摘要: 重写插件查询sql总返回条数方法 原sql,如果表很大会导致分页查询耗时很久 <select id="findUser" resultType="com.x.x.x.entity"> select count(0) from (select a.x,a.y,............from user 阅读全文
posted @ 2023-11-21 11:15 白玉神驹 阅读(281) 评论(0) 推荐(0)