Browse Source

领域检索修改

xiaoqiao 7 months ago
parent
commit
6c17e084b9
1 changed files with 1 additions and 0 deletions
  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>