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
64408d06
Commit
64408d06
authored
Jul 20, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
c6af7688
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
FireFightingSystemServiceImpl.java
...uipmanage/service/impl/FireFightingSystemServiceImpl.java
+1
-0
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+5
-5
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 @
64408d06
...
...
@@ -829,6 +829,7 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
this
.
putAll
(
data
,
fireFightingSystemMapper
.
fireWaterSysHydrant
());
this
.
putAll
(
data
,
fireFightingSystemMapper
.
fireWaterSysPipeNetwork
());
}
else
if
(
SystemTypeEnum
.
fireSpraySys
.
getCode
().
equals
(
systemCode
)){
data
=
new
HashMap
<>();
this
.
putAll
(
data
,
fireFightingSystemMapper
.
fireSpraySysTop
());
this
.
putAll
(
data
,
fireFightingSystemMapper
.
fireSpraySys3Status
());
this
.
putAll
(
data
,
fireFightingSystemMapper
.
fireSpraySys4Status
());
...
...
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
64408d06
...
...
@@ -855,23 +855,23 @@
</select>
<select
id=
"fireSpraySysTop"
resultType=
"Map"
>
select * from v_fire_equip_alarm_
60list_water_top
select * from v_fire_equip_alarm_
fss_top5_3small
</select>
<select
id=
"fireSpraySys3Status"
resultType=
"Map"
>
select * from v_fire_equip_alarm_
60list_water_status
select * from v_fire_equip_alarm_
fss_3small
</select>
<select
id=
"fireSpraySys4Status"
resultType=
"Map"
>
select * from v_fire_equip_
alarm_60list_water_4statu
s
select * from v_fire_equip_
status_fs
s
</select>
<select
id=
"fireSpraySysRisk"
resultType=
"Map"
>
select * from v_fire_
equip_alarm_60list_water_week
select * from v_fire_
fsssys_alarm_equip_total_7d
</select>
<select
id=
"fireSpraySys4Alarm"
resultType=
"Map"
>
select * from v_fire_equip_alarm_60list_
water_stat
select * from v_fire_equip_alarm_60list_
fss
</select>
<select
id=
"getFireCafsSystem"
resultType=
"Map"
>
...
...
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