Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
b15078b6
Commit
b15078b6
authored
Oct 16, 2023
by
caotao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://39.98.45.134:8090/moa/amos-boot-biz
into developer
parents
196b3d02
c1b4355d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MonitorFanIndicatorImpl.java
...odule/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
View file @
b15078b6
...
@@ -1876,9 +1876,9 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
...
@@ -1876,9 +1876,9 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
List
<
Map
<
String
,
Object
>>
seriesData
=
new
ArrayList
<>();
List
<
Map
<
String
,
Object
>>
seriesData
=
new
ArrayList
<>();
for
(
String
s
:
data
.
keySet
())
{
for
(
String
s
:
data
.
keySet
())
{
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
List
<
String
>
value
=
data
.
get
(
s
).
stream
().
map
(
IndicatorData:
:
getValue
).
collect
(
Collectors
.
toList
());
List
<
String
>
value
=
data
.
get
(
s
).
stream
().
map
(
indicatorData
->
String
.
format
(
CommonConstans
.
Twodecimalplaces
,
Double
.
valueOf
(
indicatorData
.
getValue
()))
).
collect
(
Collectors
.
toList
());
axisData
=
data
.
get
(
s
).
stream
().
map
(
indicatorData
->
DateUtil
.
format
(
indicatorData
.
getCreatedTime
(),
"HH:mm"
)).
collect
(
Collectors
.
toList
());
axisData
=
data
.
get
(
s
).
stream
().
map
(
indicatorData
->
DateUtil
.
format
(
indicatorData
.
getCreatedTime
(),
"HH:mm"
)).
collect
(
Collectors
.
toList
());
map
.
put
(
"data"
,
value
);
map
.
put
(
"data"
,
value
);
seriesData
.
add
(
map
);
seriesData
.
add
(
map
);
}
}
resultMap
.
put
(
"axisData"
,
axisData
);
resultMap
.
put
(
"axisData"
,
axisData
);
...
...
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