xiaoqiao 8 месяцев назад
Родитель
Сommit
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>