Commit d42a081f authored by zhuwei's avatar zhuwei

模型名修改4

parent 67ed135d
......@@ -20,7 +20,7 @@ use app\model\ASite;
use app\model\GOperatingRecords;
use app\model\Remarks;
use app\model\ULabels;
use app\model\UPhoneFollowPp;
use app\model\UPhoneFollowUp;
use app\model\Users;
class Remark extends Basic
......@@ -49,7 +49,7 @@ class Remark extends Basic
return $this->response("101", $msg);
}
$u_phone_follow = new UPhoneFollowPp($this->siteId);
$u_phone_follow = new UPhoneFollowUp($this->siteId);
$user_service = new UserService();
$clientService = new ClientService();
$m_agent_phone = new AAgentsPhone();
......@@ -214,7 +214,7 @@ class Remark extends Basic
$pagesize = 15;
$user_id = $params['user_id'];
$UPhoneFollowPp = new UPhoneFollowPp($this->siteId);
$UPhoneFollowPp = new UPhoneFollowUp($this->siteId);
// 查询电话跟进数据
$UPhoneFollowPp_res = $UPhoneFollowPp->select_useraction_search($user_id, $searchdate);
......@@ -343,7 +343,7 @@ class Remark extends Basic
$page_num = isset($params['pagenum']) ? $params['pagenum'] : 1;
$page_size = 15;
$UPhoneFollowPp = new UPhoneFollowPp($this->siteId);
$UPhoneFollowPp = new UPhoneFollowUp($this->siteId);
// 查询电话跟进数据
$UPhoneFollowPp_res = $UPhoneFollowPp->phone_up_list($page_size, $page_num);
$total = $UPhoneFollowPp->phone_up_list_count();
......
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