fengxiang
2018-08-29 f2eaa5bc6c417c9f851cb7ba2bf004c5b035c0ef
src/main/resources/mapper/HistoryMinutelyMapper.xml
@@ -31,7 +31,7 @@
      AND time < #{end}
   </select>
   
   <select id="getMonitorPointOrDeviceAvgData" resultType="java.util.LinkedHashMap">
   <select id="getMonitorPointOrDeviceAvgData" resultType="java.util.Map">
      SELECT
         DATE_FORMAT(time, #{typeFormat}) time
         <foreach  collection="sensorKeys" open="," separator="," item="sensorKey">