org.springframework.jdbc.UncategorizedSQLException: Error attempting to get column 'lastModified' from result set. Cause: java.sql.SQLException: 请求的转换无效
; uncategorized SQLException; SQL state [99999]; error code [17132]; 请求的转换无效; nested exception is java.sql.SQLException: 请求的转换无效
xml中的resultMap与表结构不一致
<resultMap id="BaseResultMap" type="com.System.Entity.User">
<id column="id" jdbcType="INTEGER" property="id"/>
<result column="username" jdbcType="VARCHAR" property="username"/>
<result column="num" jdbcType="INTEGER" property="num"/>
<result column="last" jdbcType="TIMESTAMP" property="last"/>
</resultMap>