摘要: 1、分页查询优化 分页查询徒弟列表: select * from user_friends where master_id = #{masterId} and status = #{status} order by create_time desc limit #{start},#{pageSize 阅读全文
posted @ 2020-08-24 21:23 jingyi_up 阅读(12) 评论(0) 推荐(0) 编辑