瀏覽代碼

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