search

Home  >  Q&A  >  body text

java - 实现了mybatis的拉截器 拉截到了一些代码中没有的方法

阿神阿神2801 days ago736

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:47:20

    It turns out that PageHelper.startXXX() is used where it shouldn’t be used;
    There is no SQL query statement immediately below.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 10:47:20

    Although you are not using the paging plug-in here, it will still count the total number of queries every time, so it is normal to have _COUNT.

    reply
    0
  • Cancelreply