zxhxx 3 gadi atpakaļ
vecāks
revīzija
be0b6d1520
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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));
     }