Commit 0f3414f4 by html5-李恒逸

修改老业主不能报备问题

parent 2cfcee2a
...@@ -137,12 +137,12 @@ class Recommend extends CI_Controller{ ...@@ -137,12 +137,12 @@ class Recommend extends CI_Controller{
echo json_encode($result); echo json_encode($result);
return; return;
} }
if($this->get_customer_type($post['customer_phone'][$i])) // if($this->get_customer_type($post['customer_phone'][$i]))
{ // {
$result = array('errcode'=>461000, 'errmsg'=> '老业主无法报备进入系统'); // $result = array('errcode'=>461000, 'errmsg'=> '老业主无法报备进入系统');
echo json_encode($result); // echo json_encode($result);
return; // return;
} // }
$distributor_entity=$this->distributor->get(array('uniqid_id' => $this->uniqid_id)); $distributor_entity=$this->distributor->get(array('uniqid_id' => $this->uniqid_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