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