Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
a1585e00
Commit
a1585e00
authored
Nov 02, 2023
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
d23f2261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
IdxBizFanHealthIndexMapper.xml
...n/resources/mapper/cluster/IdxBizFanHealthIndexMapper.xml
+7
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizFanHealthIndexMapper.xml
View file @
a1585e00
...
@@ -754,7 +754,8 @@
...
@@ -754,7 +754,8 @@
EQUIPMENT_NAME AS equipmentName,
EQUIPMENT_NAME AS equipmentName,
SUB_SYSTEM AS subSystem,
SUB_SYSTEM AS subSystem,
POINT_NAME AS pointName,
POINT_NAME AS pointName,
INDEX_ADDRESS AS indexAddress
INDEX_ADDRESS AS indexAddress,
KKS
FROM idx_biz_fan_point_process_variable_classification
FROM idx_biz_fan_point_process_variable_classification
WHERE TAG_CODE = '分析变量'
WHERE TAG_CODE = '分析变量'
AND ARAE is not null
AND ARAE is not null
...
@@ -763,14 +764,15 @@
...
@@ -763,14 +764,15 @@
AND SUB_SYSTEM is not null
AND SUB_SYSTEM is not null
AND POINT_NAME is not null
AND POINT_NAME is not null
AND INDEX_ADDRESS is not null
AND INDEX_ADDRESS is not null
order by KKS ASC
)
)
UNION ALL
UNION ALL
(SELECT ARAE AS area,
(SELECT ARAE AS area,
STATION AS station,
STATION AS station,
SUBARRAY AS equipmentName,
SUBARRAY AS equipmentName,
EQUIPMENT_NAME AS subSystem,
EQUIPMENT_NAME AS subSystem,
POINT_NAME AS pointName,
POINT_NAME AS pointName,
INDEX_ADDRESS AS indexAddress
INDEX_ADDRESS AS indexAddress,
KKS
FROM idx_biz_pv_point_process_variable_classification
FROM idx_biz_pv_point_process_variable_classification
WHERE TAG_CODE = '分析变量'
WHERE TAG_CODE = '分析变量'
AND ARAE is not null
AND ARAE is not null
...
@@ -779,8 +781,9 @@
...
@@ -779,8 +781,9 @@
AND EQUIPMENT_NAME is not null
AND EQUIPMENT_NAME is not null
AND POINT_NAME is not null
AND POINT_NAME is not null
AND INDEX_ADDRESS is not null
AND INDEX_ADDRESS is not null
order by KKS ASC
)
)
) a
) a
ORDER BY a.station ASC, a.equipmentName ASC, a.equipmentName asc, a.subSystem asc
</select>
</select>
<select
id=
"getStationIndexInfo"
resultType=
"java.util.Map"
>
<select
id=
"getStationIndexInfo"
resultType=
"java.util.Map"
>
...
...
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