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
aa894289
Commit
aa894289
authored
Jan 07, 2019
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户预约看铺
parent
68e24bce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
OrderLogService.php
application/api_broker/service/OrderLogService.php
+13
-2
No files found.
application/api_broker/service/OrderLogService.php
View file @
aa894289
...
@@ -908,8 +908,8 @@ class OrderLogService
...
@@ -908,8 +908,8 @@ class OrderLogService
$oRefundModel
=
new
ORefundModel
();
$oRefundModel
=
new
ORefundModel
();
$oBargainModel
=
new
OBargainModel
();
$oBargainModel
=
new
OBargainModel
();
$appointWatchShopModel
=
new
AppointWatchShop
();
$appointWatchShopModel
=
new
AppointWatchShop
();
$field_appoint
=
""
;
$appointData
=
$appointWatchShopModel
->
getAppointInfo
();
$field_report
=
"a.id,a.create_time,a.predict_see_time,a.intro,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"
;
$field_report
=
"a.id,a.create_time,a.predict_see_time,a.intro,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"
;
...
@@ -938,6 +938,17 @@ class OrderLogService
...
@@ -938,6 +938,17 @@ class OrderLogService
$reportParams
[
"report_id"
]
=
array
(
"in"
,
$report_ids
);
$reportParams
[
"report_id"
]
=
array
(
"in"
,
$report_ids
);
//客户c端提交预约看铺
$field_appoint
=
"a.id,a.create_time,b.user_nick,b.user_name"
;
$appointData
=
$appointWatchShopModel
->
getAppointWatchOur
(
1
,
15
,
"id desc"
,
$field_appoint
,[
"a.user_id"
=>
$user_id
]);
if
(
count
(
$appointData
)
>
0
)
{
foreach
(
$appointData
as
$k
=>
$v
)
{
$v
[
"step_name"
]
=
"appoint"
;
$v
[
"step"
]
=
"提交预约看铺"
;
$result
[
$sort
++
]
=
$v
;
}
}
//进场 march in
//进场 march in
$field_march_in
=
"a.id,a.reception_id,a.create_time,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"
;
$field_march_in
=
"a.id,a.reception_id,a.create_time,b.id as order_id,b.house_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"
;
$marchInData
=
$oMarchInModel
->
getMarchInListByOrderId
(
$field_march_in
,
$orderParams
);
$marchInData
=
$oMarchInModel
->
getMarchInListByOrderId
(
$field_march_in
,
$orderParams
);
...
...
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