修复经销商入驻报错
This commit is contained in:
parent
53d69e5f7c
commit
6c1ff9a354
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user