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
97a7b34b
Commit
97a7b34b
authored
Oct 11, 2023
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
797c5b80
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
EquipAlarmEventServiceImpl.java
...le/jxiop/biz/service/impl/EquipAlarmEventServiceImpl.java
+1
-1
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/EquipAlarmEventServiceImpl.java
View file @
97a7b34b
...
@@ -51,7 +51,7 @@ public class EquipAlarmEventServiceImpl extends BaseService<EquipAlarmEventDto,
...
@@ -51,7 +51,7 @@ public class EquipAlarmEventServiceImpl extends BaseService<EquipAlarmEventDto,
// equipAlarmEvents = equipAlarmEventMapper.selectList(queryWrapper);
// equipAlarmEvents = equipAlarmEventMapper.selectList(queryWrapper);
// equipAlarmEvents=page.getRecords();
// equipAlarmEvents=page.getRecords();
equipAlarmEvents
.
forEach
(
i
->{
equipAlarmEvents
.
forEach
(
i
->{
if
(
"true"
.
equals
(
i
))
if
(
"true"
.
equals
(
i
.
getValue
()
))
{
{
i
.
setValue
(
"合"
);
i
.
setValue
(
"合"
);
}
else
}
else
...
...
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 @
97a7b34b
...
@@ -2125,8 +2125,8 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
...
@@ -2125,8 +2125,8 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
shouldCondtion
.
put
(
CommonConstans
.
QueryStringFrontMoudle
,
"箱变"
);
shouldCondtion
.
put
(
CommonConstans
.
QueryStringFrontMoudle
,
"箱变"
);
List
<
ESEquipments
>
indicatorsDtoListXB
=
commonServiceImpl
.
getListDataByCondtions
(
queryCondtion
,
List
<
ESEquipments
>
indicatorsDtoListXB
=
commonServiceImpl
.
getListDataByCondtions
(
queryCondtion
,
shouldCondtion
,
ESEquipments
.
class
);
shouldCondtion
,
ESEquipments
.
class
);
indicatorsDtoList
.
addAll
(
indicatorsDtoListHLX
);
n
indicatorsDtoList
.
addAll
(
indicatorsDtoListHLX
);
indicatorsDtoList
.
addAll
(
indicatorsDtoListXB
);
n
indicatorsDtoList
.
addAll
(
indicatorsDtoListXB
);
List
<
EquipAlarmEvent
>
newEquipAlarmEvents
=
new
ArrayList
<>();
List
<
EquipAlarmEvent
>
newEquipAlarmEvents
=
new
ArrayList
<>();
List
<
EquipAlarmEvent
>
newEquipAlarmEvent
=
new
ArrayList
<>();
List
<
EquipAlarmEvent
>
newEquipAlarmEvent
=
new
ArrayList
<>();
...
...
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