EF出现错误:An error occurred while updating the entries. See the inner exception for details.
问题:EF出现错误An error occurred while updating the entries. See the inner exception for details
场景:适用Excel批量导入数据时,提示了以上错误
解决思路:
1、查看是否有重复的主键
2、是否有不可为空的字段没有赋值
3、字段内容是否超出长度限制