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
7057ce03
Commit
7057ce03
authored
Sep 02, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
ef92a855
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
29 deletions
+24
-29
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+1
-1
MonitorFanIndicatorImpl.java
...odule/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
+21
-26
pom.xml
amos-boot-system-jxiop/pom.xml
+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/controller/MonitorFanIdxController.java
View file @
7057ce03
...
@@ -812,7 +812,7 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -812,7 +812,7 @@ public class MonitorFanIdxController extends BaseController {
Map
<
String
,
Object
>
result
=
monitorFanIndicator
.
partofWaring3D
(
stationId
,
equipNum
);
Map
<
String
,
Object
>
result
=
monitorFanIndicator
.
partofWaring3D
(
stationId
,
equipNum
);
return
ResponseHelper
.
buildResponse
(
result
);
return
ResponseHelper
.
buildResponse
(
result
);
}
}
@TycloudOperation
(
needAuth
=
false
,
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"逆变器状态数量"
)
@ApiOperation
(
value
=
"逆变器状态数量"
)
@GetMapping
(
"/nbqStatus"
)
@GetMapping
(
"/nbqStatus"
)
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
nbqStatus
(
@RequestParam
(
"stationId"
)
String
stationId
)
{
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
nbqStatus
(
@RequestParam
(
"stationId"
)
String
stationId
)
{
...
...
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 @
7057ce03
...
@@ -1946,49 +1946,44 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
...
@@ -1946,49 +1946,44 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
map
.
put
(
"color"
,
"#00AA00"
);
map
.
put
(
"color"
,
"#00AA00"
);
resultList
.
add
(
map
);
resultList
.
add
(
map
);
HashMap
<
String
,
Object
>
map2
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map2
=
new
HashMap
<>();
map2
.
put
(
"count"
,
zc
Num
);
map2
.
put
(
"count"
,
tj
Num
);
map2
.
put
(
"equipmentIndexName"
,
"正常
运行
"
);
map2
.
put
(
"equipmentIndexName"
,
"正常
停机
"
);
map2
.
put
(
"color"
,
"#00
AA00
"
);
map2
.
put
(
"color"
,
"#00
55FF
"
);
resultList
.
add
(
map2
);
resultList
.
add
(
map2
);
HashMap
<
String
,
Object
>
map3
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map3
=
new
HashMap
<>();
map3
.
put
(
"count"
,
zc
Num
);
map3
.
put
(
"count"
,
xe
Num
);
map3
.
put
(
"equipmentIndexName"
,
"
正常运行
"
);
map3
.
put
(
"equipmentIndexName"
,
"
限功率
"
);
map3
.
put
(
"color"
,
"#
00AA00
"
);
map3
.
put
(
"color"
,
"#
A3F5AA
"
);
resultList
.
add
(
map3
);
resultList
.
add
(
map3
);
HashMap
<
String
,
Object
>
map4
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map4
=
new
HashMap
<>();
map4
.
put
(
"count"
,
zc
Num
);
map4
.
put
(
"count"
,
xd
Num
);
map4
.
put
(
"equipmentIndexName"
,
"
正常运行
"
);
map4
.
put
(
"equipmentIndexName"
,
"
限电停机
"
);
map4
.
put
(
"color"
,
"#
00AA00
"
);
map4
.
put
(
"color"
,
"#
FF00FF
"
);
resultList
.
add
(
map4
);
resultList
.
add
(
map4
);
HashMap
<
String
,
Object
>
map5
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map5
=
new
HashMap
<>();
map5
.
put
(
"count"
,
zc
Num
);
map5
.
put
(
"count"
,
gj
Num
);
map5
.
put
(
"equipmentIndexName"
,
"
正常
运行"
);
map5
.
put
(
"equipmentIndexName"
,
"
告警
运行"
);
map5
.
put
(
"color"
,
"#
00AA00
"
);
map5
.
put
(
"color"
,
"#
F9AD14
"
);
resultList
.
add
(
map5
);
resultList
.
add
(
map5
);
HashMap
<
String
,
Object
>
map6
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map6
=
new
HashMap
<>();
map6
.
put
(
"count"
,
zc
Num
);
map6
.
put
(
"count"
,
gz
Num
);
map6
.
put
(
"equipmentIndexName"
,
"
正常运行
"
);
map6
.
put
(
"equipmentIndexName"
,
"
故障停机
"
);
map6
.
put
(
"color"
,
"#00AA
00
"
);
map6
.
put
(
"color"
,
"#00AA
FF
"
);
resultList
.
add
(
map6
);
resultList
.
add
(
map6
);
HashMap
<
String
,
Object
>
map7
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map7
=
new
HashMap
<>();
map7
.
put
(
"count"
,
zc
Num
);
map7
.
put
(
"count"
,
dj
Num
);
map7
.
put
(
"equipmentIndexName"
,
"
正常运行
"
);
map7
.
put
(
"equipmentIndexName"
,
"
待机
"
);
map7
.
put
(
"color"
,
"#
00AA00
"
);
map7
.
put
(
"color"
,
"#
F91414
"
);
resultList
.
add
(
map7
);
resultList
.
add
(
map7
);
HashMap
<
String
,
Object
>
map8
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map8
=
new
HashMap
<>();
map8
.
put
(
"count"
,
zc
Num
);
map8
.
put
(
"count"
,
tx
Num
);
map8
.
put
(
"equipmentIndexName"
,
"
正常运行
"
);
map8
.
put
(
"equipmentIndexName"
,
"
通讯中断
"
);
map8
.
put
(
"color"
,
"#
00AA00
"
);
map8
.
put
(
"color"
,
"#
7D8E95
"
);
resultList
.
add
(
map8
);
resultList
.
add
(
map8
);
mapPage
.
setTotal
(
8
);
mapPage
.
setTotal
(
8
);
mapPage
.
setSize
(
8
);
mapPage
.
setSize
(
8
);
mapPage
.
setCurrent
(
1
);
mapPage
.
setCurrent
(
1
);
mapPage
.
setRecords
(
resultList
);
mapPage
.
setRecords
(
resultList
);
return
mapPage
;
return
mapPage
;
}
}
...
...
amos-boot-system-jxiop/pom.xml
View file @
7057ce03
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<modules>
<modules>
<module>
amos-boot-module-jxiop-api
</module>
<module>
amos-boot-module-jxiop-api
</module>
<module>
amos-boot-module-jxiop-biz
</module>
<module>
amos-boot-module-jxiop-biz
</module>
<module>
amos-boot-module-hygf-api
</module
>
<!-- <module>amos-boot-module-hygf-api</module>--
>
<module>
amos-boot-module-hygf-biz
</module
>
<!-- <module>amos-boot-module-hygf-biz</module>--
>
<module>
amos-boot-module-jxiop-monitor-biz
</module>
<module>
amos-boot-module-jxiop-monitor-biz
</module>
<module>
amos-boot-module-jxiop-bigscreen-biz
</module>
<module>
amos-boot-module-jxiop-bigscreen-biz
</module>
<module>
amos-boot-module-jxiop-analyse-biz
</module>
<module>
amos-boot-module-jxiop-analyse-biz
</module>
...
...
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