Your Name 3 年之前
父节点
当前提交
5f5ff428fb
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 2
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -158,8 +158,7 @@
                 and (instr(RC.CAPACITY_NUMBER, #{index}) > 0 or instr(RCA.CARRIER_NAME, #{index}) > 0)
                 and (instr(RC.CAPACITY_NUMBER, #{index}) > 0 or instr(RCA.CARRIER_NAME, #{index}) > 0)
             </if>
             </if>
             <if test="con != null">
             <if test="con != null">
-                where "capacityNumber" like #{con} or "carrierName" like #{con} or
-                "remark" like #{con}
+                and instr(RC.INSERT_UPDATE_REMARK,#{con}) > 0
             </if>
             </if>
         )
         )
         <where>
         <where>