修复扣缴业务人

This commit is contained in:
钱涛 2024-09-27 18:10:21 +08:00
parent 6e03afecc2
commit 4a8e96ebe6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class VariableArchiveServiceImpl extends Service implements VariableArchi
Map<String, Object> map = new LinkedHashMap<>();
map.put("id", e.getId());
map.put("taxAgentName", e.getTaxAgentName());
map.put("taxAgentId", e.getTaxAgentId());
map.put("taxAgentIds", e.getTaxAgentId());
map.put("username", e.getUsername());
map.put("salaryMonth", SalaryDateUtil.getFormatYearMonth(e.getSalaryMonth()));
map.put("employeeId", e.getEmployeeId());