Explorar o código

wesmiler 报恩寺项目提交

wesmiler %!s(int64=4) %!d(string=hai) anos
pai
achega
1570227751
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/MemberService.php

+ 1 - 1
app/Services/MemberService.php

@@ -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){