liurunyu
2025-06-26 aa36d81e83b27c52d126af07a186bf8a9cc9a4f6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml
@@ -140,10 +140,10 @@
        AND ugCon.rtu_addr = #{rtuAddr,jdbcType=VARCHAR}
      </if>
      <if test="state != null and state == 1">
        AND ugCon.ug_state = 1
        AND ugCon.ug_state = 2
      </if>
      <if test="state != null and state == 0">
        AND ugCon.ug_state != 1
        AND ugCon.ug_state != 2
      </if>
      <if test="fail != null">
        AND ugCon.ug_state = #{fail,jdbcType=INTEGER}
@@ -175,10 +175,10 @@
        AND ugCon.rtu_addr = #{rtuAddr,jdbcType=VARCHAR}
      </if>
      <if test="state != null and state == 1">
        AND ugCon.ug_state = 1
        AND ugCon.ug_state = 2
      </if>
      <if test="state != null and state == 0">
        AND ugCon.ug_state != 1
        AND ugCon.ug_state != 2
      </if>
      <if test="fail != null">
        AND ugCon.ug_state = #{fail,jdbcType=INTEGER}