瀏覽代碼

领域检索修改

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>