liurunyu
2024-11-12 5b2a27c388b36ba597692135dee25b3c720e2db7
pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml
@@ -94,6 +94,14 @@
    where task_id = #{taskId,jdbcType=BIGINT}
  </select>
  <select id="selectAllRtuAddrByTask" parameterType="java.lang.Long" resultType="java.lang.String">
    <!--@mbg.generated-->
    select
    rtu_addr
    from ug_rtu_controller
    where task_id = #{taskId,jdbcType=BIGINT}
  </select>
  <select id="selectCountByTaskAndCon" resultType="java.lang.Long">
    <!--@mbg.generated-->
    select