作者 赵彬吉

update

@@ -571,7 +571,7 @@ class ProjectController extends BaseController @@ -571,7 +571,7 @@ class ProjectController extends BaseController
571 */ 571 */
572 public function getProjectByChannel(){ 572 public function getProjectByChannel(){
573 $id = $this->param['id'] ?? []; 573 $id = $this->param['id'] ?? [];
574 - $source_id = $this->param['channel_id']; //原系统渠道id 574 + $source_id = $this->param['channel_id'] ?? 0; //原系统渠道id
575 $size = $this->param['page_size'] ?? 20; 575 $size = $this->param['page_size'] ?? 20;
576 $type = $this->param['type'] ?? ''; 576 $type = $this->param['type'] ?? '';
577 $company = $this->param['company'] ?? ''; 577 $company = $this->param['company'] ?? '';