Commit df31061f authored by chenzhao's avatar chenzhao

修改语句错误

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