修复业务核算不了社保
This commit is contained in:
parent
bfeab498c8
commit
f3994f852d
|
|
@ -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("查询考勤数据");
|
||||
|
|
|
|||
Loading…
Reference in New Issue