From 8f922dc409ce9eccad6bc84508755e4ee9119c7b Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 12 Jan 2024 11:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/merchant/MerchantIntention.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index d41fadb4..5fc2c8e1 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -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']='';