作者 赵彬吉

update

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