修复业务核算不了社保

This commit is contained in:
钱涛 2025-02-05 14:38:53 +08:00
parent bfeab498c8
commit f3994f852d
1 changed files with 3 additions and 1 deletions

View File

@ -151,8 +151,10 @@ public class SalaryAcctCalculateServiceImpl extends Service implements SalaryAcc
sw.stop();
//6查询社保福利
sw.start("查询社保福利");
//getSIAccountService(user).welfareData(salarySobCycleDTO.getSocialSecurityCycle().toString(), employeeIds, taxAgentIds)
List<Map<String, Object>> welfareData = new ArrayList<>();
taxAgentIds.forEach(taxAgentId -> {
welfareData.addAll(getSIAccountService(user).welfareData(salarySobCycleDTO.getSocialSecurityCycle().toString(), employeeIds, taxAgentId));
});
sw.stop();
// 7查询考勤数据
sw.start("查询考勤数据");