zhubaomin
昨天 20afccf343cd9c2f8efb1a20a0e92d4844a4adfa
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}