Quellcode durchsuchen

修改承运商边输边查

txf vor 3 Jahren
Ursprung
Commit
af64fa6757
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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