Commit 1d68e515 authored by chenzhao's avatar chenzhao

修改bug

parent f873dcf0
......@@ -318,7 +318,7 @@ public class PowerTransferServiceImpl extends BaseService<PowerTransferDto, Powe
num = num+ userNames.length;
infoMap_1.put(dutyDetail.get("name").toString(), userNames.length + "");
} else {
num = 1;
num = num +1 ;
infoMap_1.put(dutyDetail.get("name").toString(), "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