Meituan-Dianping/Zebra

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

chnnhhh opened this issue · 0 comments

试过 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;'”