2022-02-17 16:45:19 [http-apr-8081-exec-4] ERROR cn.com.teacher.service.impl.FamousTeacherServiceImpl -getfamousTeacherList Exception,error message is:nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'famousTeacher' in 'class cn.com.teacher.entity.FamousTeacher'
mapper文件中得应该直接写属性值,但是却写了 变量值.属性值,导致无法查询。
错误代码
正确代码