社保福利台账非系统人员

This commit is contained in:
Harryxzy 2024-12-10 11:50:20 +08:00
parent 1715b58bad
commit b769e762ca
1 changed files with 1 additions and 0 deletions

View File

@ -5077,6 +5077,7 @@ public class SIAccountServiceImpl extends Service implements SIAccountService {
if (!isFirstFlag) {
// 不是首次核算需要把社保历史数据取出
historyDetailData.addAll(getInsuranceAccountDetailMapper().list(InsuranceAccountDetailParam.builder().billMonth(billMonth).paymentOrganization(paymentOrganization.toString()).employeeIds(ids).build()));
historyDetailData.addAll(getInsuranceAccountDetailMapper().extList(InsuranceAccountDetailParam.builder().billMonth(billMonth).paymentOrganization(paymentOrganization.toString()).employeeIds(ids).build()));
} else {
employeeList = getSalaryEmployeeService(user).listByIds(ids);
}