ibatis

resultClass="java.util.HashMap"  缓存问题
--- The error occurred in conf/ibatis/mysql/xxgl/infomanage.xml. 
--- The error occurred while applying a result map. 
--- Check the InfoManageEntity.info-AutoResultMap. 
--- Check the result mapping for the 'scqk' property. 
--- Cause: java.sql.SQLException: Column 'scqk' not found.


<select id="InfoManageEntity.info" parameterClass="string" resultClass="java.util.HashMap" remapResults="true">
$value$
</select>

需要加上 remapResults="true"

你可能感兴趣的:(ibatis)