DataIntegrityViolationException:

2020-09-26 05:21发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家,

我低于异常

org.springframework.dao.DataIntegrityViolationException:查询; SQL []; 数据异常:无效的日期时间格式; 嵌套异常为java.sql.SQLDataException:数据异常:无效的日期时间格式。

由于以下几行:

最终日历rightNow = Calendar.getInstance(); 最终int currentTime = rightNow.get(Calendar.MINUTE);

  otpTypeModel2.setGerneratedTime(Integer.toString(currentTime));
              modelService.save(otpTypeModel2);

  

setGerneratedTime-字符串字段

谢谢

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家,

我低于异常

org.springframework.dao.DataIntegrityViolationException:查询; SQL []; 数据异常:无效的日期时间格式; 嵌套异常为java.sql.SQLDataException:数据异常:无效的日期时间格式。

由于以下几行:

最终日历rightNow = Calendar.getInstance(); 最终int currentTime = rightNow.get(Calendar.MINUTE);

  otpTypeModel2.setGerneratedTime(Integer.toString(currentTime));
              modelService.save(otpTypeModel2);

  

setGerneratedTime-字符串字段

谢谢

付费偷看设置
发送
1条回答
愤怒的猪头君
1楼-- · 2020-09-26 05:35

此错误的可能原因:

由于数据类型不匹配而引发的错误

  1. 您可能已经在商品类型OTPType中创建了属性generateTime作为日期

  2. 执行了构建

  3. 通过HAC执行平台更新

  4. 您可能已将项目类型OTPType中的属性generateTime属性更新为String

  5. 执行了构建

  6. 未通过HAC进行平台更​​新

  7. 尝试将带有generateTime的otpType保存为String

一周热门 更多>