Commit 97659a01 authored by chenzhao's avatar chenzhao

人大金仓适配 分析服务修改

parent a35724c7
...@@ -558,8 +558,8 @@ FROM ( ...@@ -558,8 +558,8 @@ FROM (
<select id="getPointNameListBySumSystem" resultType="java.util.Map"> <select id="getPointNameListBySumSystem" resultType="java.util.Map">
SELECT SELECT
POINT_NAME as pointName, POINT_NAME as pointName,
INDEX_ADDRESS as indexAddress, max(INDEX_ADDRESS) as indexAddress,
STATION AS station max(STATION) AS station
FROM FROM
idx_biz_fan_point_process_variable_classification idx_biz_fan_point_process_variable_classification
<where> <where>
......
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