From 3660b3c83a43bca7468b0ac16fe93006e35c2647 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 13 Sep 2023 17:43:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index b09087d8..8aa78651 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -86,7 +86,7 @@ class MerchantIntention extends BaseController // throw new ValidateException('申请商户入驻任务失败,请联系平台'); // } $cdata['status'] = 1; - $cdata['create_mer'] = 0; + $cdata['create_mer'] = 1; $cdata['fail_msg'] ='自动审核通过'; $this->repository->updateStatus($intention->mer_intention_id, $cdata); return app('json')->success('提交成功');