Commit ebda1265 authored by clone's avatar clone

去掉楼盘动态里的其他动态

parent 9423a6b6
...@@ -476,16 +476,16 @@ class OrderLogService ...@@ -476,16 +476,16 @@ class OrderLogService
$sort = 0; $sort = 0;
//todo 1.验证订单是否存在 //todo 1.验证订单是否存在
$oReportModel = new OReportModel(); /* $oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel(); $oMarchInModel = new OMarchInModel();
$followUpLogModel = new FollowUpLogModel(); $followUpLogModel = new FollowUpLogModel();
$oPayLogModel = new OPayLogModel(); $oPayLogModel = new OPayLogModel();
$oRefundModel = new ORefundModel(); $oRefundModel = new ORefundModel();
$oBargainModel = new OBargainModel(); $oBargainModel = new OBargainModel();*/
$gHousesFollowModel = new GHousesFollowUp(); $gHousesFollowModel = new GHousesFollowUp();
$field_report = "a.id,a.create_time,a.user_name,a.user_phone,b.id as order_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"; /* $field_report = "a.id,a.create_time,a.user_name,a.user_phone,b.id as order_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name";
$reportData = $oReportModel->selectReportByUserId($field_report, [ "house_id" => $house_id ]); $reportData = $oReportModel->selectReportByUserId($field_report, [ "house_id" => $house_id ]);
if (count($result) <= 0 && count($reportData) <= 0) { if (count($result) <= 0 && count($reportData) <= 0) {
...@@ -576,7 +576,7 @@ class OrderLogService ...@@ -576,7 +576,7 @@ class OrderLogService
$v["step"] = "成交报告【" . $user_info_arr[$v['order_id']]['user_name'] . "-" . $user_info_arr[$v['order_id']]["user_phone"] . "】"; $v["step"] = "成交报告【" . $user_info_arr[$v['order_id']]['user_name'] . "-" . $user_info_arr[$v['order_id']]["user_phone"] . "】";
$result[$sort++] = $v; $result[$sort++] = $v;
} }
} }*/
//楼盘跟进 //楼盘跟进
$field_shop_follow_up = "a.id,a.follow_up_info,a.agent_id,a.create_time,b.name as agent_name,b.img,c.store_name"; $field_shop_follow_up = "a.id,a.follow_up_info,a.agent_id,a.create_time,b.name as agent_name,b.img,c.store_name";
......
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