正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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'] ?? ''; |
-
请 注册 或 登录 后发表评论