美之高

This commit is contained in:
Harryxzy 2025-07-07 11:21:48 +08:00
parent 35ba4ce6b5
commit 01774338b2
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ public class SalaryApprovalWrapper extends Service {
List<Map<String, Object>> resultList = new ArrayList<>();
for (Map<String, Object> map : acctResultList) {
Map<String, Object> resultMap = new HashMap<>();
resultMap.put("employeeId", map.get("employeeId"));
resultMap.put("employeeName", map.get("username"));
for (String col : columnList) {
Long itemId = columnItemMap.get(col);
String value = Utils.null2String(map.get(itemId == null ? "" : itemId.toString()));