This commit is contained in:
mkm 2024-01-12 13:35:16 +08:00
parent 49664ea799
commit 1014b70b74

View File

@ -136,6 +136,7 @@ class MerchantIntention extends BaseController
throw new ValidateException('手机号已是管理员,不可申请');
$mer_type_id=Db::name('merchant_type')->where('type_code','PersonalStore')->value('mer_type_id');
$data['status']=0;
$data['type']=2;
$data['mer_type_id']=$mer_type_id;
$data['merchant_category_id']=2584;
$intention = $this->repository->create($data);