Commit 7b6902c8 authored by hujun's avatar hujun

1

parent 14077454
......@@ -328,7 +328,7 @@ class Member extends Basic{
try {
$return_user_list = $this->user->getUserAgent($pageNo, $pageSize, 'a.id DESC', $fields, $where, $type,$this->siteId);
$list = [];
$user_follow = new UPhoneFollowPp($this->siteId);
$user_follow = new UPhoneFollowUp($this->siteId);
$m_user = new Users();
$m_agent = new AAgents();
foreach ($return_user_list as $k=>$v) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment