@@ -410,7 +410,8 @@
from RMS_CARRIER RC
<where>
<if test="index != null">
- RC.CARRIER_NAME like #{index}
+ "carrierName" like #{index}
+ and rownum < 10
</if>
<if test="index == null">
rownum < 10