Commit b7ee444b authored by chenzhao's avatar chenzhao

修改代码

parent 8825fb40
...@@ -303,7 +303,8 @@ ...@@ -303,7 +303,8 @@
SELECT SELECT
wr.WARNING_NAME AS warningName, wr.WARNING_NAME AS warningName,
wr.POINT_NAME AS pointName, wr.POINT_NAME AS pointName,
count( 1 ) AS num count( 1 ) AS num,
wr.STATION as station
FROM FROM
idx_biz_pv_warning_record wr idx_biz_pv_warning_record wr
<where> <where>
...@@ -317,7 +318,8 @@ ...@@ -317,7 +318,8 @@
SELECT SELECT
wr.WARNING_NAME AS warningName, wr.WARNING_NAME AS warningName,
wr.POINT_NAME AS pointName, wr.POINT_NAME AS pointName,
count( 1 ) AS num count( 1 ) AS num,
wr.STATION as station
FROM FROM
idx_biz_fan_warning_record wr idx_biz_fan_warning_record wr
<where> <where>
...@@ -332,6 +334,7 @@ ...@@ -332,6 +334,7 @@
WHERE WHERE
a.pointName IS NOT NULL a.pointName IS NOT NULL
AND a.pointName != '' AND a.pointName != ''
GROUP BY pointName ,STATION,warningName
</select> </select>
<select id="getSubSystemInfo" resultType="java.util.Map"> <select id="getSubSystemInfo" resultType="java.util.Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment