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