Commit 410a0711 authored by zhuwei's avatar zhuwei

去除验证

parent 89727c5f
......@@ -356,12 +356,6 @@ class Broker extends Basic
$user_id = $params['user_id'];
$user_status = $params['user_status'];
$date = date("Y-m-d", time());
$t_follow_up_task = new FollowUpTask();
if(!$t_follow_up_task->isExistTable($date, $this->siteId)){
return $this->response("101", "建表失败!");
}
$Users = new Users();
// $s_phone_follow_up = new UPhoneFollowUp($this->siteId);
$s_phone_follow_up = new UPhoneFollowUpTemporary($this->siteId);
......
......@@ -391,12 +391,6 @@ class Member extends Basic{
return $this->response(101, $msg = '缺少参数', $params);
}
$date = date("Y-m-d", time());
$t_follow_up_task = new FollowUpTask();
if(!$t_follow_up_task->isExistTable($date, $this->siteId)){
return $this->response("101", "建表失败!");
}
//$params['id'] = '';
$params['labels_id'] = 0;
$params['agent_id'] = Session::get("user_info.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