liurunyu
2025-09-13 69cbf8a2fe6c8735f234c7819af9112d72f24dc9
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">