Commit e82a45df by 朱淼

fix bug

parent eb988098
...@@ -483,6 +483,7 @@ public class DataScreenServiceImpl implements DataScreenService { ...@@ -483,6 +483,7 @@ public class DataScreenServiceImpl implements DataScreenService {
listVo.setType(record.getAlarmType()); listVo.setType(record.getAlarmType());
listVo.setAlarmDate(record.getAlarmDate().format(df)); listVo.setAlarmDate(record.getAlarmDate().format(df));
listVo.setAlarmTime(record.getAlarmDate().format(dft)); listVo.setAlarmTime(record.getAlarmDate().format(dft));
listVo.setAlarmRecordId(record.getId());
list.add(listVo); list.add(listVo);
} }
......
...@@ -28,4 +28,6 @@ public class PlatAlarmStatisticsListVo { ...@@ -28,4 +28,6 @@ public class PlatAlarmStatisticsListVo {
private String alarmTime; private String alarmTime;
@ApiModelProperty(value = "路径") @ApiModelProperty(value = "路径")
private String path; private String path;
@ApiModelProperty(value = "告警id")
private String alarmRecordId;
} }
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 sign in to comment