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
2699dc5a
Commit
2699dc5a
authored
May 30, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
反签
parent
22d0d3b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
OrderLogService.php
application/api_broker/service/OrderLogService.php
+5
-9
No files found.
application/api_broker/service/OrderLogService.php
View file @
2699dc5a
...
@@ -993,12 +993,8 @@ class OrderLogService
...
@@ -993,12 +993,8 @@ class OrderLogService
/**
/**
* 1盘方,2客方,3反签,4独家,5合作方
* 1盘方,2客方,3反签,4独家,5合作方
*
*
* @param $bargain_id
* @param $order_id
* @param string $field
* @return array
* @return array
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
*/
public
function
searchBargainAllAgents
(
$order_id
)
{
public
function
searchBargainAllAgents
(
$order_id
)
{
$orderModel
=
new
OrderModel
();
$orderModel
=
new
OrderModel
();
...
@@ -1060,10 +1056,10 @@ class OrderLogService
...
@@ -1060,10 +1056,10 @@ class OrderLogService
$report_data
=
$reportModel
->
getAgentByOrderId
(
$field
,
$params
);
$report_data
=
$reportModel
->
getAgentByOrderId
(
$field
,
$params
);
//反签
//反签
if
(
isset
(
$report_data
[
'id'
]))
{
if
(
isset
(
$report_data
[
0
][
'id'
]))
{
$list
[
$key
][
'id'
]
=
$report_data
[
'id'
];
$list
[
$key
][
'id'
]
=
$report_data
[
0
][
'id'
];
$list
[
$key
][
'phone'
]
=
$report_data
[
'phone'
];
$list
[
$key
][
'phone'
]
=
$report_data
[
0
][
'phone'
];
$list
[
$key
][
'name'
]
=
$report_data
[
'name'
];
$list
[
$key
][
'name'
]
=
$report_data
[
0
][
'name'
];
$list
[
$key
][
'role'
]
=
3
;
$list
[
$key
][
'role'
]
=
3
;
$list
[
$key
][
'role_name'
]
=
'反签'
;
$list
[
$key
][
'role_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