liurunyu
2025-08-20 d4c8e72800fcf6fbaa3804d383c7b6a23f826f3e
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">