Merge branch 'feature/权限' into custom/领悦业务线

This commit is contained in:
钱涛 2024-09-27 18:25:14 +08:00
commit 89ce21a3ce
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());