Commit d86ee67d authored by zhuwei's avatar zhuwei

1

parent 7a259ea6
......@@ -212,7 +212,7 @@ class Remark extends Basic
//有权限的人可以查看其它城市的跟进
if (!empty($this->params['site_id'])) {
$site_id = $this->siteId;
$site_id = $this->params['site_id'];
}
$follow_up_service = new PhoneFollowUpService($site_id);
......
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