fengxiang
2018-07-24 4bcb1ee43667a1093657d2ced4f27e3036c66f49
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">