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
f637d638
Commit
f637d638
authored
Nov 21, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
2ad17803
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
FireFightingSystemServiceImpl.java
...uipmanage/service/impl/FireFightingSystemServiceImpl.java
+25
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/FireFightingSystemServiceImpl.java
View file @
f637d638
...
@@ -2076,6 +2076,31 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
...
@@ -2076,6 +2076,31 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
}
}
resultList
.
add
(
resultMap
);
resultList
.
add
(
resultMap
);
});
});
}
else
{
Map
<
String
,
Object
>
map1
=
new
HashMap
<>();
map1
.
put
(
"name"
,
SystemTypeEnum
.
fireWaterSys
.
getDesc
());
map1
.
put
(
"code"
,
SystemTypeEnum
.
fireWaterSys
.
getCode
());
map1
.
put
(
"total"
,
0
);
map1
.
put
(
"alarmNum"
,
0
);
resultList
.
add
(
map1
);
Map
<
String
,
Object
>
map2
=
new
HashMap
<>();
map2
.
put
(
"name"
,
SystemTypeEnum
.
fireCAFSSys
.
getDesc
());
map2
.
put
(
"code"
,
SystemTypeEnum
.
fireCAFSSys
.
getCode
());
map2
.
put
(
"total"
,
0
);
map2
.
put
(
"alarmNum"
,
0
);
resultList
.
add
(
map2
);
Map
<
String
,
Object
>
map3
=
new
HashMap
<>();
map3
.
put
(
"name"
,
SystemTypeEnum
.
fireAlarmSys
.
getDesc
());
map3
.
put
(
"code"
,
SystemTypeEnum
.
fireAlarmSys
.
getCode
());
map3
.
put
(
"total"
,
0
);
map3
.
put
(
"alarmNum"
,
0
);
resultList
.
add
(
map3
);
Map
<
String
,
Object
>
map4
=
new
HashMap
<>();
map4
.
put
(
"name"
,
SystemTypeEnum
.
fireONLSys
.
getDesc
());
map4
.
put
(
"code"
,
SystemTypeEnum
.
fireONLSys
.
getCode
());
map4
.
put
(
"total"
,
0
);
map4
.
put
(
"alarmNum"
,
0
);
resultList
.
add
(
map4
);
}
}
return
resultList
;
return
resultList
;
}
}
...
...
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