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
25354746
Commit
25354746
authored
Oct 19, 2022
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
0a39d7cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
EquipmentSpecificAlarmMapper.xml
...rc/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
+4
-4
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+1
-1
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificAlarmMapper.xml
View file @
25354746
...
...
@@ -1391,7 +1391,7 @@
) fireAlarm ON (((
date_format( `fireAlarm`.`create_date`, '%Y-%m-%d' ) = `weekUtil`.`click_date`
)
AND ( `fireAlarm`.`
equipment_specific_index_name` = '火警
' )
AND ( `fireAlarm`.`
type` = 'FIREALARM
' )
)))
GROUP BY
`weekUtil`.`click_date`
...
...
@@ -1420,7 +1420,7 @@
</where>
) `breakdown` ON (((
`weekUtil`.`click_date` = date_format( `breakdown`.`create_date`, '%Y-%m-%d' ))
AND ( `breakdown`.`
equipment_specific_index_name` = '故障
' ))))
AND ( `breakdown`.`
type` = 'BREAKDOWN
' ))))
GROUP BY
`weekUtil`.`click_date`
ORDER BY
...
...
@@ -1449,7 +1449,7 @@
) `shield` ON (((
date_format( `shield`.`create_date`, '%Y-%m-%d' ) = `weekUtil`.`click_date`
)
AND ( `shield`.`
equipment_specific_index_name` = '屏蔽
' ))))
AND ( `shield`.`
type` = 'SHIELD
' ))))
GROUP BY
`weekUtil`.`click_date`
ORDER BY
...
...
@@ -1479,7 +1479,7 @@
date_format( `other`.`create_date`, '%Y-%m-%d' ) = `weekUtil`.`click_date`
)
AND (
`other`.`equipment_specific_index_name` NOT IN ( '
火警', '故障', '屏蔽
' )))))
`other`.`equipment_specific_index_name` NOT IN ( '
SHIELD', 'BREAKDOWN', 'FIREALARM
' )))))
GROUP BY
`weekUtil`.`click_date`
ORDER BY
...
...
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
25354746
...
...
@@ -4640,7 +4640,7 @@
)
END
) AS levelAbs,
a.
nowLevel,
IFNULL( a.nowLevel, '--' )
nowLevel,
(
CASE
...
...
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