Commit 57ef3521 authored by chenzhao's avatar chenzhao

修改车辆随车人员统计

parent 433628d9
...@@ -314,6 +314,7 @@ public class PowerTransferServiceImpl extends BaseService<PowerTransferDto, Powe ...@@ -314,6 +314,7 @@ public class PowerTransferServiceImpl extends BaseService<PowerTransferDto, Powe
num = num+ userNames.length; num = num+ userNames.length;
infoMap_1.put(dutyDetail.get("name").toString(), userNames.length + ""); infoMap_1.put(dutyDetail.get("name").toString(), userNames.length + "");
} else { } else {
num = 1;
infoMap_1.put(dutyDetail.get("name").toString(), "1"); infoMap_1.put(dutyDetail.get("name").toString(), "1");
} }
resultList.add(infoMap_1); resultList.add(infoMap_1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment