Commit 997756ac authored by clone's avatar clone

bug

parent f6d43978
...@@ -375,11 +375,10 @@ class OrderLogService ...@@ -375,11 +375,10 @@ class OrderLogService
$order_ids .= $v["order_id"] . ","; $order_ids .= $v["order_id"] . ",";
$order_ids = rtrim($order_ids, ","); $order_ids = rtrim($order_ids, ",");
$report_ids .= $v["id"] . ","; $report_ids .= $v["id"] . ",";
$report_ids = rtrim($report_ids, ",");
} }
$report_ids = rtrim($report_ids, ",");
$orderParams["order_id"] = array( "in", $order_ids ); $orderParams["order_id"] = array( "in", $order_ids );
$orderParams["house_title"] = array( "like", "%" . trim($search) . "%" ); $orderParams["house_title"] = array( "like", "%" . trim($search) . "%" );
...@@ -398,6 +397,7 @@ class OrderLogService ...@@ -398,6 +397,7 @@ class OrderLogService
//跟进 //跟进
$field_follow_up = "a.id,a.agent_id,a.agent_name,a.user_type,a.decision_maker,a.industry_type,a.area_requirement,a.price_requirement,a.province,a.city, $field_follow_up = "a.id,a.agent_id,a.agent_name,a.user_type,a.decision_maker,a.industry_type,a.area_requirement,a.price_requirement,a.province,a.city,
a.district,a.business_area,a.explain,a.explain_img,a.create_time,b.name,b.img,c.store_name"; a.district,a.business_area,a.explain,a.explain_img,a.create_time,b.name,b.img,c.store_name";
$followUpLogData = $followUpLogModel->getFollowUpByOrderId($field_follow_up, $reportParams); $followUpLogData = $followUpLogModel->getFollowUpByOrderId($field_follow_up, $reportParams);
if (count($followUpLogData) > 0) { if (count($followUpLogData) > 0) {
......
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