美之高
This commit is contained in:
parent
35ba4ce6b5
commit
01774338b2
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue