Commit 153f0f73 authored by 李腾威's avatar 李腾威

地图物联信息接口

parent 0602640e
...@@ -54,4 +54,7 @@ public class AlertPaperInfoDto { ...@@ -54,4 +54,7 @@ public class AlertPaperInfoDto {
@ApiModelProperty(value = "停留时间") @ApiModelProperty(value = "停留时间")
private String stopTime; private String stopTime;
@ApiModelProperty(value = "状态信息")
private String alertStatus;
} }
...@@ -188,6 +188,7 @@ public class AlertCalledController extends BaseController { ...@@ -188,6 +188,7 @@ public class AlertCalledController extends BaseController {
alertPaperInfoDto.setAlarmTypeCode(alertCalled.getAlarmTypeCode()); alertPaperInfoDto.setAlarmTypeCode(alertCalled.getAlarmTypeCode());
alertPaperInfoDto.setRegionCode(elevator.getRegionCode()); alertPaperInfoDto.setRegionCode(elevator.getRegionCode());
alertPaperInfoDto.setRescueCode(elevator.getRescueCode()); alertPaperInfoDto.setRescueCode(elevator.getRescueCode());
alertPaperInfoDto.setAlertStatus(alertCalled.getAlertStage());
return ResponseHelper.buildResponse(alertPaperInfoDto); return ResponseHelper.buildResponse(alertPaperInfoDto);
} }
......
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