This commit is contained in:
Harryxzy 2024-11-25 13:48:23 +08:00
parent 08c3de8417
commit 62b97cb330
1 changed files with 3 additions and 1 deletions

View File

@ -1241,7 +1241,9 @@ public class SIAccountServiceImpl extends Service implements SIAccountService {
insuranceAccountDetailPOS.addAll(insuranceAccountDetailList);
// 获取这些人对应的补缴补差数据
List<Long> empList = insuranceAccountDetailList.stream().map(InsuranceAccountDetailPO::getEmployeeId).collect(Collectors.toList());
insuranceAccountDetailPOS.addAll(getInsuranceAccountDetailMapper().queryList4Ht(billMonth, taxAgent.getId(), null, null, null, empList, statusList));
if (CollectionUtils.isNotEmpty(empList)) {
insuranceAccountDetailPOS.addAll(getInsuranceAccountDetailMapper().queryList4Ht(billMonth, taxAgent.getId(), null, null, null, empList, statusList));
}
}
// 正常缴纳