org.springframework.dao.EmptyResultDataAccessException:项目0(共10)未更新任何行:有人看到此错误吗?

时间:2019-04-30 19:31:59

标签: spring-batch

org.springframework.dao.EmptyResultDataAccessException:项目0(共10)未更新任何行:尝试使用Spring Batch更新ItemWriter中的记录时出现此错误。有没有人看到这个错误?

1 个答案:

答案 0 :(得分:1)

这实际上与Spring Batch本身无关,而与通常的数据访问无关。

请确保您的数据库更新/插入查询正确无误。