@@ -88,7 +88,7 @@ class Project extends Api
['all',1],
['project_id',0],
],$request);
- $where['uid'] = $this->auth->getUserinfo()['id'];
+ //$where['uid'] = $this->auth->getUserinfo()['id'];
$where['cid'] = $this->cid;
$this->success('获取成功',ProjectDonationOrder::lst($where));
}