abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

使用定时任务时无法执行分页,在主线程是正常 #69

Open yangxinbo opened 7 years ago

yangxinbo commented 7 years ago

image

yangxinbo commented 7 years ago

使用 PageHelper.startPage 和supportMethodsArguments 效果都一样

abel533 commented 7 years ago

由于参数绑定的线程,所以需要保证在子线程调用startPage。

2017-09-02 15:03 GMT+08:00 300斤的胖子 notifications@github.com:

使用 PageHelper.startPage 和supportMethodsArguments 效果都一样

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abel533/MyBatis-Spring-Boot/issues/69#issuecomment-326727139, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtHlhlNTfNbILHyUxphUkXT37beok_lks5seP3FgaJpZM4PK0qR .