码迷,mamicode.com
首页 > 编程语言 > 详细

org.springframework.dao.DataIntegrityViolationException

时间:2018-04-02 20:11:15      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:信息   ram   数位   ati   could   div   span   size   batch   

前台报的错误信息:

 org.springframework.dao.DataIntegrityViolationException: Could not execute JDBC batch update; SQL [insert into "GOODS" ("GOODSNAME", "BILLSTATUS", "GOODSDISTRICT", "GOODSPRICE", "GOODSCOUNT", "CREATIONTIME", "ID") values (?, ?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: Could not execute JDBC batch update 
 
报错原因:数据库里的GOODSPRICE字段为number(4,2),整数位只能有两位,添加的时候,输入了错误的数字。
 

org.springframework.dao.DataIntegrityViolationException

标签:信息   ram   数位   ati   could   div   span   size   batch   

原文地址:https://www.cnblogs.com/goodgo0study/p/8696153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!