|
@@ -406,11 +406,12 @@
|
|
|
from(
|
|
|
select
|
|
|
RC.CARRIER_ID "carrierId",
|
|
|
- RC.CARRIER_NAME "value"
|
|
|
+ RC.CARRIER_NAME "value",
|
|
|
+ RC.CARRIER_NAME "carrierName"
|
|
|
from RMS_CARRIER RC
|
|
|
<where>
|
|
|
<if test="index != null">
|
|
|
- "carrierName" like #{index}
|
|
|
+ 'carrierName' like #{index}
|
|
|
and rownum < 10
|
|
|
</if>
|
|
|
<if test="index == null">
|