Commit 5dddeb66 authored by 李腾威's avatar 李腾威

作战指挥处置记录预览

parent 12c85dcf
......@@ -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