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