This commit is contained in:
chenbo 2023-09-15 18:01:25 +08:00
parent 4339f45cb5
commit fd7838ce28

View File

@ -374,6 +374,7 @@ class CompanyController extends BaseAdminController
throw new Exception('商户法人名称不能为空'); throw new Exception('商户法人名称不能为空');
} }
$master_email=Db::name('company_form')->where('organization_code',$params['organization_code'])->value('master_email'); $master_email=Db::name('company_form')->where('organization_code',$params['organization_code'])->value('master_email');
dd($master_email);
$isQueryStatus = false; // 需要进一步查询是否已做过企业认证 $isQueryStatus = false; // 需要进一步查询是否已做过企业认证
// $master_email为空表示没有做过认证 // $master_email为空表示没有做过认证
if($master_email){ if($master_email){