Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
23cd28a7
Commit
23cd28a7
authored
Jun 28, 2025
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改三维告警初始化jiekou
parent
0ed0f25e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
dbTemplate_equipment_specific_index.xml
...sources/db/mapper/dbTemplate_equipment_specific_index.xml
+19
-2
dbTemplate_view3d.xml
...sStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
+1
-1
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_equipment_specific_index.xml
View file @
23cd28a7
...
...
@@ -61,7 +61,7 @@
wsi.update_date DESC
</select>
<select
id=
"getInitAlarm"
resultType=
"com.yeejoin.amos.fas.business.vo.EquipmentSpecificIndexVo"
>
SELECT
<!--
SELECT
concat( wes.id ) AS id,
concat( wes.id ) AS equipmentSpecificId,
wes.`name`,
...
...
@@ -88,7 +88,24 @@
</foreach>
</if>
ORDER BY
wes.realtime_iot_index_update_date DESC
wes.realtime_iot_index_update_date DESC -->
SELECT
esa.equipment_specific_id as id,
esa.equipment_specific_id as equipmentSpecificId,
esa.equipment_specific_name as name,
es.`code`,
esa.equipment_index_id as equipmentIndexId,
esa.equipment_specific_index_key as name_key,
esa.equipment_specific_index_name equipmentIndexName,
esa.equipment_specific_index_value as `value`,
'equip' AS type,
esa.type as typeCode,
es.iot_code as iotCode
FROM
wl_equipment_specific_alarm esa,wl_equipment_specific es
WHERE
esa.`status` = 1 AND esa.equipment_specific_id = es.id
ORDER BY esa.update_date DESC
</select>
<select
id=
"countEquipIndexAndValueOfNum"
resultType=
"map"
>
SELECT
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
View file @
23cd28a7
...
...
@@ -225,7 +225,7 @@
wlesi.`value` `status`,
wles.code,
wlesi.update_date changeDate,
CONCAT(ed.NAME, ' ', wlei.NAME,
CONCAT(ed.NAME, ' ', wlei.NAME,
IF(wlesi.`value`='true',' 开',' 合'),
IF((ISNULL(ws.full_name) AND ISNULL(sd.description)), '', CONCAT(
'【',
IFNULL(ws.full_name, ''),
...
...
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