工资单发放详情导出没有部门信息

This commit is contained in:
Harryxzy 2023-03-15 17:09:02 +08:00
parent a9fb24145d
commit ca03e0785e
1 changed files with 1 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
for (Map<String, Object> dto : listMaps) {
List<Object> row = new ArrayList<>();
row.add(dto.get("username"));
row.add(dto.get("departmentName"));
row.add(dto.get("department"));
row.add(dto.get("mobile"));
row.add(dto.get("jobNum"));