Bläddra i källkod

修改承运商边输边查

txf 3 år sedan
förälder
incheckning
af64fa6757
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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

@@ -369,6 +369,7 @@
         <where>
             <if test="index != null">
                 "carrierName"  like #{index}
+                and rownum &lt; 10
             </if>
             <if test="index == null">
                 rownum &lt; 10