liyg 1 год назад
Родитель
Сommit
362af64abe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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

@@ -552,6 +552,7 @@
             <if test="!((driverId!=null and driverId!='') or (driverId2!=null and driverId2!=''))">
             <if test="!((driverId!=null and driverId!='') or (driverId2!=null and driverId2!=''))">
                 order by RCA.CAPACITY_ID desc
                 order by RCA.CAPACITY_ID desc
             </if>
             </if>
+            FETCH NEXT 10 ROWS ONLY
         )
         )
         <if test="id!=null and id.size>0">
         <if test="id!=null and id.size>0">
             UNION
             UNION
@@ -640,7 +641,6 @@
     <if test="(driverId!=null and driverId!='') or (driverId2!=null and driverId2!='')">
     <if test="(driverId!=null and driverId!='') or (driverId2!=null and driverId2!='')">
         ORDER BY "countNumber" DESC
         ORDER BY "countNumber" DESC
     </if>
     </if>
-    FETCH NEXT 10 ROWS ONLY
     </select>
     </select>
 
 
     <select id="getCapacityByLikeSc" resultType="java.util.Map">
     <select id="getCapacityByLikeSc" resultType="java.util.Map">