screen-job/src/main/resources/mapper/HistoryMonthlyMapper.xml
@@ -10,7 +10,7 @@ </resultMap> <insert id="insertHistoryMonthly"> INSERT INTO history_weekly INSERT INTO history_monthly VALUES <foreach collection="list" item="item" separator=","> (#{item.mac},#{item.time},#{item.value})