修复扣缴业务人
This commit is contained in:
parent
6e03afecc2
commit
4a8e96ebe6
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue