src/main/resources/mapper/ForecastWeatherMapper.xml
@@ -7,7 +7,7 @@ <select id="getForecastHour" resultType="java.util.Map"> SELECT DATE_FORMAT(time, #{typeFormat}) time, json->'$.O3C' 'O3' json->'$.${sensor1}' '${sensor2}' from forecast_weather where time >= #{start} AND time <![CDATA[<]]> #{end}