Commit 5fd6538a by HTML5-侯张振

no message

parent 5c786cd3
......@@ -556,6 +556,7 @@ class Report extends CI_Controller
}
if($customerBuilding['recommend_status'] < 2){
$this->customer_building->update_customer_building($value['id'],array('recommend_status' => 2));
$customerBuilding['recommend_status']=2;
}
//记录客户跟进信息
if ($customerBuilding) {
......@@ -580,7 +581,7 @@ class Report extends CI_Controller
'trace_status' => '2',
'create_time' => time()
);
//防止重复报备log
//防止重复记录log
$log_screening = array(
'customer_id' => $customerBuilding['customer_id'],
'recommend_status' => '2'
......
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