mybatis一對多關聯查詢+pagehelper->分頁錯誤。
現象:

網上其他人遇到的類似問題:https://segmentfault.com/q/1010000009692585
解決:
pagehelper不支持這種查詢:
https://github.com/pagehelper/Mybatis-PageHelper/issues/186
暫時解決方案:
collection標簽里使用select屬性指定子查詢(缺點:查詢次數增多)
todo:
實現自己的分頁插件
mybatis一對多關聯查詢+pagehelper->分頁錯誤。
現象:

網上其他人遇到的類似問題:https://segmentfault.com/q/1010000009692585
解決:
pagehelper不支持這種查詢:
https://github.com/pagehelper/Mybatis-PageHelper/issues/186
暫時解決方案:
collection標簽里使用select屬性指定子查詢(缺點:查詢次數增多)
todo:
實現自己的分頁插件
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。