跟进记录
This commit is contained in:
@@ -350,6 +350,7 @@ class UserFollow extends Controller
|
||||
}
|
||||
$where .= " user_id=".$user_id['Id'].' ';
|
||||
}
|
||||
$where .= " AND op_user<>0".' ';
|
||||
$list = $follow_rcord->getNewRecord($where,"$page,50");
|
||||
|
||||
foreach ($list as &$info) {
|
||||
|
||||
Reference in New Issue
Block a user