优化参数不足

master
chenzhi 5 years ago
parent 071c8c78f4
commit 651aa6cc8b

@ -214,10 +214,10 @@ class CompanyStatementPoolController extends ThinkController
if($infolist[0]['company_type'] == 3){ if($infolist[0]['company_type'] == 3){
//上游 //上游
$this->viewCpPool($infolist,$is_export); $this->viewCpPool($infolist,$is_export,$pool_info);
}elseif($infolist[0]['company_type'] == 1){ }elseif($infolist[0]['company_type'] == 1){
//下游公司 //下游公司
$this->viewPcPool($infolist,$is_export); $this->viewPcPool($infolist,$is_export,$pool_info);
}else{ }else{
//获取母单 //获取母单
if(!empty($pool_info['create_lack_ids'])){ if(!empty($pool_info['create_lack_ids'])){

Loading…
Cancel
Save