fengxiang
2018-06-25 071adf2ca6063884b095544eff17f976a258cb4d
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">