错误信息:Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1
原因:这个异常是由于主键设置为自增长,而在我们插入记录的时候又设置了ID的值导致的。
错误信息:Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1
最新推荐文章于 2023-08-04 10:12:19 发布