liurunyu
2025-06-25 4efc605092f68311876299290a33697ebbfd3a5d
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrStWeatherMapper.xml
@@ -80,6 +80,15 @@
      </if>
    </trim>
  </select>
  <!--根据FBox序列号得到实体列表-->
  <select id="selectStPoByFBoxIdAndNo" resultMap="BaseResultMap">
    select
    <include refid="part_Column_List" />
    FROM pr_st_weather
    WHERE deleted = 0 AND fbox_id=#{fbox_id,jdbcType=VARCHAR} AND no=#{fbox_id,jdbcType=INTEGER}
  </select>
  <select id="selectAllSimple" resultType="com.dy.pipIrrGlobal.voPr.VoMqttSimple">
    <!--@mbg.generated-->
    select