zhubaomin
2 天以前 20afccf343cd9c2f8efb1a20a0e92d4844a4adfa
Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV
1个文件已修改
8 ■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}