Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高级物理分页 使用PageModel后 怎么添加查询条件 试了几种方式都会报错 #13

Closed
chnnhhh opened this issue Jun 11, 2018 · 0 comments
Assignees

Comments

@chnnhhh
Copy link

chnnhhh commented Jun 11, 2018

试过 void query(PageModel pageModel,Map<String,Object> params);
mapper里配parameterType=“map”不行 什么也不配也不行。
试过 void query(PageModel pageModel,@param("name") name);
mapper里什么也不配,依然报错

报错都是
“org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'xxx' in 'class [Ljava.lang.Object;'”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants