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