在写谷粒学院的时候报这个错误,是怎么回事呀

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class zzu.wz.eduservice.entity.EduTeacher' with value '1418839924852940802' Cause: java.lang.IllegalArgumentException: java.lang.ClassCastException@31691241

mybatis配置错误,如果有多个参数,必须加上@Param,在参数前面加上@Param("id")试试;