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
f6f5c44d
Commit
f6f5c44d
authored
Aug 30, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2d0864df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
OrderLogService.php
application/api_broker/service/OrderLogService.php
+8
-12
No files found.
application/api_broker/service/OrderLogService.php
View file @
f6f5c44d
...
...
@@ -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
;
...
...
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