问题: - 导入成功条数显示为负数 - 原因:成功数量计算使用 validRecords.size() - failures.size() - 但没有使用实际的数据库操作返回值 修复: - saveBatchWithUpsert 和 saveBatch 方法现在返回 int - 累加实际的数据库影响行数 - 使用 actualSuccessCount 变量跟踪真实成功数量 影响范围: - CcdiIntermediaryPersonImportServiceImpl - CcdiIntermediaryEntityImportServiceImpl
20 lines
902 B
JSON
20 lines
902 B
JSON
{
|
||
"name": "lodash.isundefined",
|
||
"version": "3.0.1",
|
||
"description": "The modern build of lodash’s `_.isUndefined` as a module.",
|
||
"homepage": "https://lodash.com/",
|
||
"icon": "https://lodash.com/icon.svg",
|
||
"license": "MIT",
|
||
"keywords": "lodash, lodash-modularized, stdlib, util",
|
||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||
"contributors": [
|
||
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
|
||
"Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
|
||
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
|
||
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
||
],
|
||
"repository": "lodash/lodash",
|
||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
||
}
|