Ver código fonte

wesmiler 报恩寺项目提交

wesmiler 4 anos atrás
pai
commit
1570227751
1 arquivos alterados com 1 adições e 1 exclusões
  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){