Procházet zdrojové kódy

领域检索修改

xiaoqiao před 7 měsíci
rodič
revize
6c17e084b9

+ 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>