Merge remote-tracking branch 'origin/release/2.1.2.2211.01' into release/2.1.2.2211.01

This commit is contained in:
钱涛 2022-11-04 10:42:12 +08:00
commit c3e6c9d83c
1 changed files with 8 additions and 3 deletions

View File

@ -1527,10 +1527,15 @@ public class SIArchivesBiz {
//将历史基本信息入库
List<List<InsuranceArchivesBaseInfoPO>> partition = Lists.partition(addBaseInfoList, 50);
partition.forEach(getInsuranceBaseInfoMapper()::batchSave);
sw.stop();
log.info("各操作计时 {}", sw.prettyPrint());
return true;
}else {
return false;
}
sw.stop();
log.info("各操作计时 {}", sw.prettyPrint());
return true;
} else {
return false;
}