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
5df7bcce
Commit
5df7bcce
authored
Nov 27, 2023
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改告警转发数字站平台参数查询
parent
a5438d12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
EquipmentSpecificAlarmLogMapper.xml
...main/resources/mapper/EquipmentSpecificAlarmLogMapper.xml
+3
-4
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificAlarmLogMapper.xml
View file @
5df7bcce
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
CONCAT(sal.create_date) AS time,
CONCAT(sal.create_date) AS time,
IFNULL(a.`code`,' ') AS areaid,
IFNULL(a.`code`,' ') AS areaid,
IFNULL(a.`name`,' ') AS areaname,
IFNULL(a.`name`,' ') AS areaname,
f.`code`
AS stationid,
sal.station_code
AS stationid,
f.`name`
AS stationname,
sal.station_name
AS stationname,
s.`code` AS deviceid,
s.`code` AS deviceid,
s.`name` AS devicename,
s.`name` AS devicename,
sal.equipment_specific_code AS partid,
sal.equipment_specific_code AS partid,
...
@@ -43,8 +43,7 @@
...
@@ -43,8 +43,7 @@
wl_equipment_specific_alarm_log sal
wl_equipment_specific_alarm_log sal
LEFT JOIN wl_form_instance i ON sal.build_id = i.instance_id
LEFT JOIN wl_form_instance i ON sal.build_id = i.instance_id
LEFT JOIN wl_area a ON a.id = i.field_value
LEFT JOIN wl_area a ON a.id = i.field_value
LEFT JOIN f_fire_fighting_system s ON FIND_IN_SET(s.id, sal.system_ids),
LEFT JOIN f_fire_fighting_system s ON FIND_IN_SET(s.id, sal.system_ids)
f_station_info f
WHERE
WHERE
i.field_name = "belongAreaId"
i.field_name = "belongAreaId"
<if
test=
"list != null and list.size() >0"
>
<if
test=
"list != null and list.size() >0"
>
...
...
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