输入banner图图片脚本导航/分类

Oracle java.sql.SQLException: 数字溢出

resultMap id="beanMap" type="ediAccountHead"> <id column="ID" property="id"/> <result column="STATUS" property="status"/> <result column="created_time" property="status"/> </resultMap>

 

原因就是created_time的映射,对应错了,应该是createdTime,Long, status 是Integer。问题在这里,改正就可以了。

Oracle java.sql.SQLException: 数字溢出

标签: