Commit 2b014717 authored by helinlin's avatar helinlin

Merge remote-tracking branch 'origin/developer' into developer

parents 8d40c510 5dddeb66
......@@ -64,4 +64,13 @@ public class AlertCalledZhDto {
@ApiModelProperty(value = "警情修改时间")
private Date updateTime;
@ApiModelProperty(value = "处置记录url")
private String recordUrl;
/**
* 警情状态
*/
@ApiModelProperty(value = "警情状态")
private Boolean alertStatus;
}
......@@ -34,6 +34,8 @@
a.address ,
a.coordinate_x longitude,
a.coordinate_y latitude,
a.record_url,
a.alert_status,
CASE a.response_level_code
WHEN '1164' THEN '紧急出动'
WHEN '1165' THEN '紧急集结'
......
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