Преглед изворни кода

Merge branch 'master' into dev

txf пре 3 година
родитељ
комит
a0788fc3d3
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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

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