liyg 1 year ago
parent
commit
4caffd2a72
1 changed files with 1 additions and 0 deletions
  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>
         )