Explorar o código

领域检索修改

xiaoqiao hai 7 meses
pai
achega
6c17e084b9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>