Commit b7ee444b authored by chenzhao's avatar chenzhao

修改代码

parent 8825fb40
......@@ -303,7 +303,8 @@
SELECT
wr.WARNING_NAME AS warningName,
wr.POINT_NAME AS pointName,
count( 1 ) AS num
count( 1 ) AS num,
wr.STATION as station
FROM
idx_biz_pv_warning_record wr
<where>
......@@ -317,7 +318,8 @@
SELECT
wr.WARNING_NAME AS warningName,
wr.POINT_NAME AS pointName,
count( 1 ) AS num
count( 1 ) AS num,
wr.STATION as station
FROM
idx_biz_fan_warning_record wr
<where>
......@@ -332,6 +334,7 @@
WHERE
a.pointName IS NOT NULL
AND a.pointName != ''
GROUP BY pointName ,STATION,warningName
</select>
<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