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

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

@@ -184,6 +184,7 @@
             </if>
         </where>
         <if test="noRow == null">
+            order by LENGTH(company_name)
             FETCH NEXT 10 ROWS ONLY
         </if>
         )