liurunyu
2024-11-28 b9a55925e492dcd02d6b8268797b0a02136cf3a7
修改查询升级结果的sql语句中的bug
1个文件已修改
8 ■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml
@@ -131,10 +131,10 @@
      <if test="taskId != null">
        AND ugCon.task_id = #{taskId,jdbcType=BIGINT}
      </if>
      <if test="intakeNum != null">
      <if test="intakeNum != null and intakeNum != ''">
        AND inta.name = #{intakeNum,jdbcType=VARCHAR}
      </if>
      <if test="rtuAddr != null">
      <if test="rtuAddr != null and rtuAddr != ''">
        AND ugCon.rtu_addr = #{rtuAddr,jdbcType=VARCHAR}
      </if>
      <if test="state != null and state == 1">
@@ -164,10 +164,10 @@
      <if test="taskId != null">
        AND ugCon.task_id = #{taskId,jdbcType=BIGINT}
      </if>
      <if test="intakeNum != null">
      <if test="intakeNum != null and intakeNum != ''">
        AND inta.name = #{intakeNum,jdbcType=VARCHAR}
      </if>
      <if test="rtuAddr != null">
      <if test="rtuAddr != null and rtuAddr != ''">
        AND ugCon.rtu_addr = #{rtuAddr,jdbcType=VARCHAR}
      </if>
      <if test="state != null and state == 1">