liurunyu
3 天以前 9343e802bd45a58de02343db3832b4c7dd16e49e
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 != 1 AND fbox_id=#{fbox_id,jdbcType=VARCHAR} AND no=#{no,jdbcType=INTEGER}
  </select>
  <select id="selectAllSimple" resultType="com.dy.pipIrrGlobal.voPr.VoMqttSimple">
    <!--@mbg.generated-->
    select