用户每日活跃检测
This commit is contained in:
@ -96,7 +96,7 @@ class FollowModel extends BaseModel
|
||||
$oModel = DB::table($oFollowModel->getTable() . ' as a');
|
||||
return $oModel->where('a.uid', $uid)
|
||||
->leftjoin($oCustomerUserExtendModel->getTable() . ' as b', 'a.follow_uid', '=', 'b.uid')
|
||||
->where('b.fans_num', $iFansLimit)
|
||||
->where('b.fans_num','>=', $iFansLimit)
|
||||
->get($col);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user