nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'workNo' from result set. Cause: java.lang.ClassCastException: java.lang.String cannot be cast to java.sql.Clob
这个是异常,resultType指向的是实体类。
类中的字段是String类型,查出来的也是一个Sting,但是问题是就报这个类型转换错误,有人知道原因么
?