fix
This commit is contained in:
parent
9bacfb181b
commit
7b40b7d5f5
@ -384,7 +384,7 @@ class CompanyController extends BaseAdminController
|
||||
// 根据street码查询所属镇管理公司
|
||||
$company = Company::where(['street' => $params['street'], 'company_type' => 41])->find();
|
||||
if(empty($company)) {
|
||||
throw new Exception('未找到所属镇管理公司');
|
||||
throw new Exception('当前区域无镇管理公司');
|
||||
}
|
||||
$data = [
|
||||
'mer_intention_id' => $params['mer_intention_id']??'', // 商城商户入驻申请id,签约完成后回调使用
|
||||
|
Loading…
x
Reference in New Issue
Block a user