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