colly_wyx
2018-05-03 07a2ed1e505a9b983578336866117dd80a1352e9
application/core/System/Db/Mongo.php
@@ -330,6 +330,7 @@
        $query = $this->_parseId($query);
        // 结果集偏历
        $cursor  = $col->find($query,$fields);
        // 排序
        if($sort){
            $cursor->sort($sort);