Commit 01c82cd6 authored by litengwei's avatar litengwei

bug修改

parent 2381c24b
...@@ -452,8 +452,8 @@ public class AlertSubmittedServiceImpl extends BaseService<AlertSubmittedDto, Al ...@@ -452,8 +452,8 @@ public class AlertSubmittedServiceImpl extends BaseService<AlertSubmittedDto, Al
} }
if(e.containsKey(fireBrigade)) { if(e.containsKey(fireBrigade)) {
// 根据人员岗位:班组长、队长、通讯员; 消防队伍--消防人员 中,对应岗位的人员 // 根据人员岗位:班组长、队长、通讯员; 消防队伍--消防人员 中,对应岗位的人员
List<FirefightersDto> fireBrigade = firefightersService.queryById(e.get(fireBrigade).toString().split(","), e.get("name").toString()); List<FirefightersDto> fireBrigades = firefightersService.queryById(e.get(fireBrigade).toString().split(","), e.get("name").toString());
fireBrigade.stream().forEach(f->{ fireBrigades.stream().forEach(f->{
HashMap<String,Object> map = new HashMap<>(); HashMap<String,Object> map = new HashMap<>();
map.put(telephone,f.getMobilePhone()); map.put(telephone,f.getMobilePhone());
map.put(sequenceNbr,f.getSequenceNbr()); map.put(sequenceNbr,f.getSequenceNbr());
......
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