mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
193 B
193 B
orderBy(boolean condition, boolean isAsc, R... columns)
- 排序:ORDER BY 字段, ...
- 例: orderBy(true, true, Document::getId,Document::getTitle)--->order by id ASC,title ASC