org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in com.tm.pojo.ThAnswer matching [java.lang.Long, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Long]
报这个错,可能是你在实体类里面使用了Builder建造者模式的时候没有加无参构造方法