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
c8b1fde4
Commit
c8b1fde4
authored
Oct 11, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
payee_agent_name
parent
ad2f2122
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
ApplyForCost.php
application/api_broker/controller/ApplyForCost.php
+8
-1
No files found.
application/api_broker/controller/ApplyForCost.php
View file @
c8b1fde4
...
...
@@ -259,7 +259,7 @@ class ApplyForCost extends Basic
$is_check
=
$this
->
checkAuth
(
$check_url
);
//审核通过权限
$field
=
'a.id,a.count_time,a.source,a.type,a.create_time,a.agent_id,a.total_fee,a.fee_item,a.purpose,'
;
$field
.=
'b.name as agent_name,a.card_name,a.bank,a.card_no,a.source,a.store_id,a.status'
;
$field
.=
'b.name as agent_name,a.card_name,a.bank,a.card_no,a.source,a.store_id,a.status
,a.payee_agent_id
'
;
$fee_model
=
new
FApplyForFee
();
$cost_service
=
new
CostService
();
$m_img
=
new
FImg
();
...
...
@@ -292,6 +292,13 @@ class ApplyForCost extends Basic
$data
[
$key
][
'is_check'
]
=
$is_check
;
$data
[
$key
][
'check_image_array'
]
=
$data
[
$key
][
'image_array'
]
=
$data
[
$key
][
'check_image_array'
]
=
$data
[
$key
][
'check_list'
]
=
[];
$data
[
$key
][
'office_name'
]
=
''
;
if
(
$v
[
'payee_agent_id'
])
{
$payee_agent_data
=
$redis
->
getRedisCache
(
2
,
$v
[
'payee_agent_id'
]);
$data
[
$key
][
'payee_agent_name'
]
=
$payee_agent_data
[
'name'
];
}
else
{
$data
[
$key
][
'payee_agent_name'
]
=
''
;
}
}
if
(
isset
(
$fee_id
))
{
...
...
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