zxhxx пре 3 година
родитељ
комит
be0b6d1520
1 измењених фајлова са 1 додато и 1 уклоњено
  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));
     }