Browse Source

修改运力双模糊

txf 3 years ago
parent
commit
52f95638e6

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

@@ -726,7 +726,7 @@
         and RCA.CARRIER_SSO_ID = #{carrierSSOId}
         and RCA.CARRIER_SSO_ID = #{carrierSSOId}
       </if>
       </if>
       <if test="index != null">
       <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>
       </if>
     ORDER BY RC.INSERT_TIME DESC
     ORDER BY RC.INSERT_TIME DESC
     )
     )