更新自动审核

This commit is contained in:
yaooo 2023-09-13 17:43:38 +08:00
parent 4318149bb7
commit 3660b3c83a

View File

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