Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
edb9d060
authored
Oct 11, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
f70db71d
0a68da8c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
server-service/src/main/java/com/makeit/service/platform/dataScreen/impl/DataScreenServiceImpl.java
server-service/src/main/java/com/makeit/vo/platform/dataScreen/PlatAlarmStatisticsListVo.java
server-service/src/main/java/com/makeit/service/platform/dataScreen/impl/DataScreenServiceImpl.java
View file @
edb9d060
...
...
@@ -483,6 +483,7 @@ public class DataScreenServiceImpl implements DataScreenService {
listVo
.
setType
(
record
.
getAlarmType
());
listVo
.
setAlarmDate
(
record
.
getAlarmDate
().
format
(
df
));
listVo
.
setAlarmTime
(
record
.
getAlarmDate
().
format
(
dft
));
listVo
.
setAlarmRecordId
(
record
.
getId
());
list
.
add
(
listVo
);
}
...
...
server-service/src/main/java/com/makeit/vo/platform/dataScreen/PlatAlarmStatisticsListVo.java
View file @
edb9d060
...
...
@@ -28,4 +28,6 @@ public class PlatAlarmStatisticsListVo {
private
String
alarmTime
;
@ApiModelProperty
(
value
=
"路径"
)
private
String
path
;
@ApiModelProperty
(
value
=
"告警id"
)
private
String
alarmRecordId
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment