Commit 464268c0 authored by hujun's avatar hujun

//

parent 41fd455b
......@@ -86,10 +86,6 @@ class Remark extends Basic
$site_id = $this->params['site_id'];
}
if (empty($where)) {
return $this->response(101, '请输入查询条件', []);
}
$follow_up_service = new PhoneFollowUpService($site_id);
$result_data = $follow_up_service->getPhoneFollowList($this->params['start_date'], $this->params['end_date'], $where, $this->userId);
if ($result_data['code'] == 200) {
......
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