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
f97a4f39
Commit
f97a4f39
authored
Mar 10, 2025
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏 管网压力问题描述补全
parent
86f28452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
EmergencyMapper.xml
...ystem-equip/src/main/resources/mapper/EmergencyMapper.xml
+5
-5
No files found.
amos-boot-system-equip/src/main/resources/mapper/EmergencyMapper.xml
View file @
f97a4f39
...
@@ -1528,7 +1528,7 @@
...
@@ -1528,7 +1528,7 @@
wlesa.emergency_level_describe AS emergencyLevelDescribe,
wlesa.emergency_level_describe AS emergencyLevelDescribe,
fs.NAME AS systemName
fs.NAME AS systemName
FROM
FROM
wl_equipment_specific_alarm wlesa
wl_equipment_specific_alarm
_log
wlesa
LEFT JOIN wl_equipment_specific wes ON wes.id = wlesa.equipment_specific_id
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)
LEFT JOIN f_fire_fighting_system fs ON FIND_IN_SET(fs.id, wlesa.system_ids)
<where>
<where>
...
@@ -1555,16 +1555,16 @@
...
@@ -1555,16 +1555,16 @@
and wlesa.equipment_specific_name like concat('%', #{name},'%')
and wlesa.equipment_specific_name like concat('%', #{name},'%')
</if>
</if>
<if
test=
"cleanStatus != null and cleanStatus != '' and cleanStatus == 2"
>
<if
test=
"cleanStatus != null and cleanStatus != '' and cleanStatus == 2"
>
and wlesa.
status = 1
and wlesa.
clean_time IS NULL
</if>
</if>
<if
test=
"cleanStatus != null and cleanStatus != '' and cleanStatus == 1"
>
<if
test=
"cleanStatus != null and cleanStatus != '' and cleanStatus == 1"
>
and wlesa.
status = 0
and wlesa.
clean_time IS NOT NULL
</if>
</if>
<if
test=
"handleStatus != null and handleStatus != '' and handleStatus == 2"
>
<if
test=
"handleStatus != null and handleStatus != '' and handleStatus == 2"
>
and wlesa.
recovery_dat
e IS NULL
and wlesa.
confirm_typ
e IS NULL
</if>
</if>
<if
test=
"handleStatus != null and handleStatus != '' and handleStatus == 1"
>
<if
test=
"handleStatus != null and handleStatus != '' and handleStatus == 1"
>
and wlesa.
recovery_dat
e IS NOT NULL
and wlesa.
confirm_typ
e IS NOT NULL
</if>
</if>
<if
test=
"types != null"
>
<if
test=
"types != null"
>
<foreach
collection=
"types"
index=
"index"
item=
"item"
open=
"and ("
separator=
" OR "
close=
")"
>
<foreach
collection=
"types"
index=
"index"
item=
"item"
open=
"and ("
separator=
" OR "
close=
")"
>
...
...
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