|
|
@@ -646,7 +646,7 @@ class MemberService extends BaseService
|
|
|
return message('账户不可操作已冻结或不存在,请联系客服',false);
|
|
|
}
|
|
|
|
|
|
- $followInfo = FollowModel::where(['id'=> $followUid, 'maek'=> 1,'status'=> 1])
|
|
|
+ $followInfo = FollowModel::where(['id'=> $followUid, 'mark'=> 1,'status'=> 1])
|
|
|
->select(['id','user_id','status'])
|
|
|
->first();
|
|
|
if(!$followInfo){
|