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
196b3d02
Commit
196b3d02
authored
Oct 16, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新三维告警接口
parent
60f4af84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+1
-0
MonitorFanIndicatorImpl.java
...odule/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
+1
-1
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 @
196b3d02
...
@@ -837,6 +837,7 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -837,6 +837,7 @@ public class MonitorFanIdxController extends BaseController {
}
}
@TycloudOperation
(
needAuth
=
false
,
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"风机-三维告警"
)
@ApiOperation
(
value
=
"风机-三维告警"
)
@GetMapping
(
"/partofWaring3D"
)
@GetMapping
(
"/partofWaring3D"
)
public
ResponseModel
<
Map
<
String
,
Object
>>
partofWaring3D
(
@RequestParam
(
value
=
"stationId"
)
String
stationId
,
@RequestParam
(
value
=
"equipNum"
)
String
equipNum
)
{
public
ResponseModel
<
Map
<
String
,
Object
>>
partofWaring3D
(
@RequestParam
(
value
=
"stationId"
)
String
stationId
,
@RequestParam
(
value
=
"equipNum"
)
String
equipNum
)
{
...
...
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 @
196b3d02
...
@@ -1978,7 +1978,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
...
@@ -1978,7 +1978,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
queryCondtion
.
put
(
CommonConstans
.
QueryStringEquipmentNumber
,
Arrays
.
asList
(
equipNum
));
queryCondtion
.
put
(
CommonConstans
.
QueryStringEquipmentNumber
,
Arrays
.
asList
(
equipNum
));
Map
<
String
,
String
>
shouldCondtion
=
new
HashMap
<>();
Map
<
String
,
String
>
shouldCondtion
=
new
HashMap
<>();
shouldCondtion
.
put
(
CommonConstans
.
QueryStringEquipmentIndexName
,
"实时故障"
);
shouldCondtion
.
put
(
CommonConstans
.
QueryStringEquipmentIndexName
,
"实时故障"
);
List
<
ESEquipments
>
indicatorsDtoList
=
commonServiceImpl
.
getListDataByCondtions
(
queryCondtion
,
shouldCondtion
,
ESEquipments
.
class
);
List
<
ESEquipments
>
indicatorsDtoList
=
commonServiceImpl
.
getListDataByCondtions
(
queryCondtion
,
null
,
ESEquipments
.
class
,
shouldCondtion
);
//获取风机型号
//获取风机型号
String
type
=
indicatorsDtoList
.
get
(
0
).
getEquipmentSpecificName
().
substring
(
0
,
5
);
String
type
=
indicatorsDtoList
.
get
(
0
).
getEquipmentSpecificName
().
substring
(
0
,
5
);
List
<
String
>
sytemNames
=
Arrays
.
asList
(
"发电机系统"
,
"机舱与塔筒系统"
,
"变流与主控系统"
,
"偏航与液压系统"
,
"叶轮系统"
);
List
<
String
>
sytemNames
=
Arrays
.
asList
(
"发电机系统"
,
"机舱与塔筒系统"
,
"变流与主控系统"
,
"偏航与液压系统"
,
"叶轮系统"
);
...
...
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