修复经销商入驻报错

This commit is contained in:
weiz 2024-05-25 10:09:02 +08:00
parent 53d69e5f7c
commit 6c1ff9a354

View File

@ -65,6 +65,7 @@ class IndexController extends BaseApiController{
if($post['is_merchant_type']==1){
if($find){
$post['mer_id'] = $find['pid'];
$res=MerchantLogic::edit($post);
Db::name('user_auth_shop')->where('id',$find['id'])->update(['apply_status'=>0,'mark'=>'']);
}else{