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('提交成功');