txf hace 3 años
padre
commit
0af7e1f5ea

+ 3 - 2
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -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 &lt; 10
             </if>
             <if test="index == null">