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
28b06521
Commit
28b06521
authored
Jun 24, 2025
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中心现场告警列表翻页、过滤了无系统数据等问题
parent
4748b806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
EmergencyMapper.xml
...ystem-equip/src/main/resources/mapper/EmergencyMapper.xml
+3
-2
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+2
-1
No files found.
amos-boot-system-equip/src/main/resources/mapper/EmergencyMapper.xml
View file @
28b06521
...
...
@@ -1530,7 +1530,8 @@
LEFT JOIN wl_equipment_specific wes ON wes.id = wlesa.equipment_specific_id
LEFT JOIN f_fire_fighting_system fs ON FIND_IN_SET(fs.id, wlesa.system_ids)
<where>
fs.system_type_code IS NOT NULL
-- fs.system_type_code IS NOT NULL
1 = 1
<if
test=
"bizOrgCode != null and bizOrgCode != ''"
>
and wlesa.biz_org_code like concat(#{bizOrgCode},'%')
</if>
...
...
@@ -1541,7 +1542,7 @@
AND wlesa.create_date >= DATE_FORMAT( #{startDate}, '%Y-%m-%d %H:%i:%s' )
</if>
<if
test=
"endDate != null and endDate != ''"
>
AND DATE_FORMAT( #{endDate}, '%Y-%m-%d %H:%i:%s' ) >= wlesa
l
.create_date
AND DATE_FORMAT( #{endDate}, '%Y-%m-%d %H:%i:%s' ) >= wlesa.create_date
</if>
<if
test=
"systemCode != null and systemCode != ''"
>
and fs.code = #{systemCode}
...
...
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
28b06521
...
...
@@ -6988,7 +6988,8 @@
wl_equipment_specific_alarm_log r
LEFT JOIN f_fire_fighting_system fs ON FIND_IN_SET( fs.id, r.system_ids )
<where>
fs.system_type_code IS NOT NULL
-- fs.system_type_code IS NOT NULL
1 = 1
<if
test=
"systemCode != null and systemCode != ''"
>
AND fs.`code` = #{systemCode}
</if>
...
...
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