Commit f6f5c44d authored by clone's avatar clone

1

parent 2d0864df
......@@ -133,7 +133,7 @@ class OrderLogService
$pushMarchIn = new PushMessageService();
$pushMarchIn->pushMarchInMessage($report_id, 2, $agent_id, $type, $site_id); //推送
}
//todo if bill_arr not null, save database table
// if bill_arr not null, save database table
if (!empty($bill_arr)) {
return $this->payLogModel->addPayLog($bill_arr);
}
......@@ -373,11 +373,11 @@ class OrderLogService
$houseNumUpdateService->updateHouseNumByBargain($order_id);
$push_message = new PushMessageService();
//todo 0923 经理提的问题
// 0923 经理提的问题
$push_message->pushBargainMessage($report_id); //推送
}
//todo if bill_arr not null, save database table
// if bill_arr not null, save database table
if (!empty($bargain_arr)) {
return $this->bargainModel->addBargain($bargain_arr);
}
......@@ -425,7 +425,7 @@ class OrderLogService
//$result[$k]["user_phone"] = preg_replace('/(\d{3})\d{4}(\d{4})/','$1****$2',$v["user_phone"]);
$result[$k]["user_pic"] = HEADERIMGURL . $v["user_pic"];
}
//todo 获取楼盘的案场权限人
// 获取楼盘的案场权限人
return $result;
}
......@@ -443,7 +443,7 @@ class OrderLogService
$result = [];
$sort = 0;
//todo 1.验证订单是否存在
// 1.验证订单是否存在
$orderModel = new OrderModel();
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
......@@ -557,7 +557,7 @@ class OrderLogService
$result = [];
$sort = 0;
//todo 1.验证订单是否存在
// 1.验证订单是否存在
$orderModel = new OrderModel();
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
......@@ -762,7 +762,7 @@ class OrderLogService
$result = [];
$sort = 0;
//todo 1.验证订单是否存在
// 1.验证订单是否存在
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
$followUpLogModel = new FollowUpLogModel();
......@@ -954,7 +954,7 @@ class OrderLogService
$result = [];
$sort = 0;
//todo 1.验证订单是否存在
// 1.验证订单是否存在
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
$followUpLogModel = new FollowUpLogModel();
......@@ -1092,8 +1092,6 @@ class OrderLogService
{
$result = [];
$sort = 0;
//todo 1.验证订单是否存在
$oReportModel = new OReportModel();
$oMarchInModel = new OMarchInModel();
$oPayLogModel = new OPayLogModel();
......@@ -1108,8 +1106,6 @@ class OrderLogService
//报备
foreach ($reportData as $k => $v) {
$v["step_name"] = "report";
//$house_title = mb_substr($v['house_title'], 0, 3, 'utf-8') . "***";
$house_title = $v['house_title'];
$v["step"] = "报备【客户ID:" . $v['user_id'] . "】";
$result[$sort++] = $v;
......
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