Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
如下查询:Db::name('table')->order('id', 'DESC')->find(); mongodb调用order()方法时不会设置$this->options['order']字段,而是设置$this->options['sort']字段,导致查询失败直接返回[]。
- Loading branch information