Commit e80c67ad authored by 李腾威's avatar 李腾威

地图警情处置流程信息接口修正

parent 2b809678
...@@ -324,6 +324,10 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall ...@@ -324,6 +324,10 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
dataInit(alertHandlerInfoDto,s,"","","","","",""); dataInit(alertHandlerInfoDto,s,"","","","","","");
list.add(alertHandlerInfoDto); list.add(alertHandlerInfoDto);
} }
map.put("adNotice",null);
map.put("aedArrive",null);
map.put("afeComplete",null);
map.put("agReturnVisit",null);
} }
alertHandlerDto.setAlertHandlerInfoDto(list); alertHandlerDto.setAlertHandlerInfoDto(list);
alertHandlerDto.setHandlerTime(map); alertHandlerDto.setHandlerTime(map);
......
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