于紫祥_1901
2020-11-20 b3a7d3d28ee5934a4f3fdb89b50c681667440c68
src/main/resources/mapper/ForecastWeatherMapper.xml
@@ -45,7 +45,7 @@
    <select id="getO38Hours" resultType="java.util.Map">
        select
        AVG(json->'$.O3C')  as 'O3C_8H'
        cast(AVG(json->'$.O3C') as UNSIGNED  integer) 'O3_8H'
        FROM
        forecast_weather
        WHERE