This commit is contained in:
parent
08c3de8417
commit
62b97cb330
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
// 正常缴纳
|
||||
|
|
|
|||
Loading…
Reference in New Issue