mybatis ReflectionException: There is no getter for property named 'xxx' in 'class java.lang.Long'

 报错 :ReflectionException: There is no getter for property named 'xxx' in 'class java.lang.Long'

mybatis查询使用Long类型参数查询

mapper需要配置@Param参数

发布了99 篇原创文章 · 获赞 55 · 访问量 32万+

猜你喜欢

转载自blog.csdn.net/torpidcat/article/details/103783984