500 错误:IM 正在获取但无法检索数据



Null 值被分配给com.crisil.masters.domain.FundsHolidayMaster.bse;嵌套的基元类型资源库的属性[class com.crisil.masters.domain.FundsHolidayMaster.bse]

exception is org.hibernate.PropertyAccessException: Null value is 分配给属性

[class com.crisil.masters.domain.FundsHolidayMaster.bse] 的 com.crisil.masters.domain.FundsHolidayMaster.bse 的primitive类型设置器

您在FundsHolidayMaster中的属性是基元类型,因此无法null。应将其更改为引用类型(例如int更改为Integer(,或者找到空记录并在不应该更正时更正它。

最新更新