2017-03-13 15:40:15,003 ERROR [com.hisense.hitv.service.dotexc.impl.DotExcPolicyServiceImpl.updateDotExcPolicy(DotExcPolicyServiceImpl.java:61)] - <org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0];
--- The error occurred in com/hisense/hitv/persistent/sqlmapdao/sqlmap/LogPolicySql.xml.
--- The error occurred while applying a result map.
--- Check the LogPolicy.dotExcPolicy_List.
--- The error happened while setting a property on the result object.
--- Cause: net.sf.cglib.beans.BulkBeanException; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in com/hisense/hitv/persistent/sqlmapdao/sqlmap/LogPolicySql.xml.
--- The error occurred while applying a result map.
--- Check the LogPolicy.dotExcPolicy_List.
--- The error happened while setting a property on the result object.
--- Cause: net.sf.cglib.beans.BulkBeanException>
原因:
返回數據類型與設置對象屬性不匹配,如:當屬性類型為數值型,而返回數據為空,也會報此類異常,本處也是類似異常
解決方案:
返回數據類型與設置對象屬性不匹配,如:當屬性類型為數值型,而返回數據為空,也會報此類異常,本處也是類似異常
解決方案:
把對象屬性由INT類型修改為Integer類型