pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmWeatherHistoryMapper.xml
@@ -90,7 +90,7 @@ <!--根据指定条件查询温度的最大值与最小值--> <select id="selectMaxMinTemperature" resultType="com.dy.pipIrrGlobal.voRm.VoWeatherMaxMinTmp"> SELECT max(air_temperature) maxTmp, min(air_temperature) minTmp SELECT max(air_temperature) maxAirTemperature, min(air_temperature) minAirTemperature FROM rm_weather_history tb <where> <if test="weatherId != null">