更新
This commit is contained in:
parent
657a990003
commit
8f922dc409
@ -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']='';
|
||||
|
Loading…
x
Reference in New Issue
Block a user