xiaoqiao 7 місяців тому
батько
коміт
6c17e084b9
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/main/resources/mapping/cquery/EsIndexCQuery.xml

+ 1 - 0
src/main/resources/mapping/cquery/EsIndexCQuery.xml

@@ -34,5 +34,6 @@
         <if test="parentId ==null">
             and field.parentId is null
         </if>
+        order by field.disOrder
     </select>
 </mapper>