问题: - 导入成功条数显示为负数 - 原因:成功数量计算使用 validRecords.size() - failures.size() - 但没有使用实际的数据库操作返回值 修复: - saveBatchWithUpsert 和 saveBatch 方法现在返回 int - 累加实际的数据库影响行数 - 使用 actualSuccessCount 变量跟踪真实成功数量 影响范围: - CcdiIntermediaryPersonImportServiceImpl - CcdiIntermediaryEntityImportServiceImpl
282 B
282 B
1.0.2 / 2015-10-07
- use try/catch when checking
localStorage(#3, @kumavis)
1.0.1 / 2014-11-25
- browser: use
console.warn()for deprecation calls - browser: more jsdocs
1.0.0 / 2014-04-30
- initial commit