Commit 96324760 authored by zhangyingbin's avatar zhangyingbin

修改 处置记录列表 区域不显示问题

parent af8559d8
...@@ -58,6 +58,10 @@ public class AlertCalledQueryDto { ...@@ -58,6 +58,10 @@ public class AlertCalledQueryDto {
@ApiModelProperty(value = "所属区域") @ApiModelProperty(value = "所属区域")
private String district; private String district;
@ExcelIgnore
@ApiModelProperty(value = "市+区")
private String address;
@ExcelProperty(value = "警情类型", index = 8) @ExcelProperty(value = "警情类型", index = 8)
@ApiModelProperty(value = "警情类型") @ApiModelProperty(value = "警情类型")
private String alertType; private String alertType;
......
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
a.device_id AS deviceId, a.device_id AS deviceId,
e.address AS e.address AS
elevatorAddress, elevatorAddress,
a.address AS address, CONCAT(a.city,a.district) AS address,
a.alarm_type AS alertType, a.alarm_type AS alertType,
a.alert_source AS alertSource, a.alert_source AS alertSource,
a.alert_stage AS alertStage, a.alert_stage AS alertStage,
......
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