当前位置:Gxlcms > 数据库问题 > Oracle java.sql.SQLException: 数字溢出

Oracle java.sql.SQLException: 数字溢出

时间:2021-07-01 10:21:17 帮助过:2人阅读

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: 数字溢出

标签:

人气教程排行