zxhxx 3 years ago
parent
commit
be0b6d1520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Project.php

+ 1 - 1
application/api/controller/Project.php

@@ -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));
     }