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
6e9603c5
Commit
6e9603c5
authored
Dec 14, 2022
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直流中心bug修改
parent
c9c23c8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
EquipmentSpecificAlarmMapper.xml
...rc/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
+4
-4
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+4
-4
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
View file @
6e9603c5
...
...
@@ -1367,11 +1367,11 @@
<select
id=
"fireAlarmLogPage"
resultType=
"java.util.HashMap"
>
SELECT
`wlesal`.id as alarmLogId,
equipment_specific_index_name,
equipment_specific_name,
`wlesal`.
equipment_specific_index_name,
`wlesal`.
equipment_specific_name,
DATE_FORMAT(`wlesal`.`create_date`,'%m-%d %H:%i:%s') alarm_time,
location,
emergency_level_color,
wlesal.
location,
wlesal.
emergency_level_color,
IF
( `wlesal`.`clean_time` IS NOT NULL, '已消除', '未消除' ) AS `cleanStatus`,
wlesal.station_name AS sationName
...
...
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
6e9603c5
...
...
@@ -5298,7 +5298,7 @@
WHERE
fs.system_type_code IS NOT NULL
AND fs.system_type_code = 'fireWaterSys'
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true'
OR wesi.`status` = 0 AND wesi.`equipment_specific_index_value` = 'false'
)
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true' )
) fireWaterSys,
(
SELECT
...
...
@@ -5310,7 +5310,7 @@
WHERE
fs.system_type_code IS NOT NULL
AND fs.system_type_code = 'fireCAFSSys'
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true'
OR wesi.`status` = 0 AND wesi.`equipment_specific_index_value` = 'false'
)
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true' )
) fireCAFSSys,
(
SELECT
...
...
@@ -5322,7 +5322,7 @@
WHERE
fs.system_type_code IS NOT NULL
AND fs.system_type_code = 'fireAlarmSys'
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true'
OR wesi.`status` = 0 AND wesi.`equipment_specific_index_value` = 'false'
)
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true' )
) fireAlarmSys,
(
SELECT
...
...
@@ -5334,7 +5334,7 @@
WHERE
fs.system_type_code IS NOT NULL
AND fs.system_type_code = 'fireONLSys'
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true'
OR wesi.`status` = 0 AND wesi.`equipment_specific_index_value` = 'false'
)
AND ( wesi.`status` = 1 AND wesi.`equipment_specific_index_value` = 'true' )
) fireONLSys
</select>
...
...
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