Merge remote-tracking branch 'origin/release/2.1.2.2211.01' into release/2.1.2.2211.01
This commit is contained in:
commit
c3e6c9d83c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue