From 3791235e221a2cd680f598f7f3d3ba891de62cc4 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 13 Sep 2023 17:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E5=8A=A8=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/merchant/MerchantIntention.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 220c74f5..d29ec22d 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -85,6 +85,10 @@ class MerchantIntention extends BaseController // Db::name('merchant_intention')->where('mer_intention_id', $intention->mer_intention_id)->delete(); // throw new ValidateException('申请商户入驻任务失败,请联系平台'); // } + $cdata['status'] = 1; + $cdata['create_mer'] = 0; + $cdata['fail_msg'] ='自动审核通过'; + $this->repository->updateStatus($intention->mer_intention_id, $cdata); return app('json')->success('提交成功'); }