@@ -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)
ORDER BY RC.INSERT_TIME DESC
)