could not resolve property: created of: com.course.education.domain.ClassMien

org.hibernate.QueryException: could not resolve property: created of: com.course.education.domain.ClassMien

半天排查以后发现原因是排序字段实体类中没有

could not resolve property: created of: com.course.education.domain.ClassMien

将圈出的字段改成表中id就可以了,如下:

could not resolve property: created of: com.course.education.domain.ClassMien


相关文章:

  • 2021-06-23
  • 2021-05-19
  • 2022-12-23
  • 2022-02-21
  • 2021-09-07
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2021-08-19
  • 2022-12-23
  • 2021-06-29
  • 2021-08-09
相关资源
相似解决方案