瀏覽代碼

修改运力双模糊

txf 3 年之前
父節點
當前提交
52f95638e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml

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

@@ -726,7 +726,7 @@
         and RCA.CARRIER_SSO_ID = #{carrierSSOId}
       </if>
       <if test="index != null">
-        and instr(RC.CAPACITY_NUMBER, #{index}) > 0
+        and (instr(RC.CAPACITY_NUMBER, #{index}) > 0 or instr(RCA.CARRIER_NAME, #{index}) > 0)
       </if>
     ORDER BY RC.INSERT_TIME DESC
     )