Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
ebda1265
Commit
ebda1265
authored
May 24, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉楼盘动态里的其他动态
parent
9423a6b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
OrderLogService.php
application/api_broker/service/OrderLogService.php
+4
-4
No files found.
application/api_broker/service/OrderLogService.php
View file @
ebda1265
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment