社保基数自动调整 增加日志

This commit is contained in:
Harryxzy 2024-12-12 16:16:18 +08:00
parent 3d04414511
commit 66912f62a4
1 changed files with 1 additions and 0 deletions

View File

@ -3567,6 +3567,7 @@ public class SIArchivesServiceImpl extends Service implements SIArchivesService
}
List<InsuranceSchemeDetailPO> isPaymentList = insuranceSchemeDetailPOList.stream()
.filter(f -> f.getIsPayment().equals(IsPaymentEnum.YES.getValue()) && f.getPaymentScope().equals(paymentScope)).collect(Collectors.toList());
log.info("自动调整 isPaymentList", isPaymentList.size());
if (isPaymentList.size() > 0) {
InsuranceSchemeDetailPO insuranceSchemeDetailPO = isPaymentList.get(0);