错误信息:

nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'enterpriseId' in 'class java.lang.String'

解决办法

xml里面,标签 parameterType 的值有错误。
或者在DAO层的方法参数前加上注解 @Param("")

相关文章:

  • 2021-07-21
  • 2022-12-23
  • 2021-12-07
  • 2022-02-04
  • 2021-11-03
  • 2021-10-10
  • 2022-12-23
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案