This commit is contained in:
mkm 2024-01-12 11:07:51 +08:00
parent 657a990003
commit 8f922dc409

View File

@ -137,6 +137,7 @@ class MerchantIntention extends BaseController
$mer_type_id=Db::name('merchant_type')->where('type_code','PersonalStore')->value('mer_type_id');
$data['status']=0;
$data['mer_type_id']=$mer_type_id;
$data['merchant_category_id']=2584;
$intention = $this->repository->create($data);
if($intention){
$datas['fail_msg']='';