数据库使用的是SQL Server
<resultMap type="instrrmentmodel" id="instrrmentmodelMap">
<resultMap> <id property="ID" column="ID"/>
<result property="CreateTime" column="CreateTime" javaType="java.sql.Timestamp" jdbcType="TIMESTAMP"/>
<result property="FileAdd" column="FileAdd"/>
</resultMap>
实体类:
private Integer ID ;
private Timestamp CreateTime ;
private String FileAdd
错误提示:严重: Servlet.service() for servlet [MVC] in context with path [/EnterpriseEMS] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for sbzy.enterpriseems.model.domain.InstrrmentModel.selectList