src/main/resources/mapper/ForecastWeatherMapper.xml
@@ -21,5 +21,13 @@ where time >= #{start} AND time <![CDATA[<]]> #{end} AND monitor_point_id=#{monitorPointId} ORDER BY time </select> <update id="updateForecastWeather"> update forecast_weather set json=#{json} where monitor_point_id=#{monitorPointId} and time=#{time} </update> </mapper>