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
7f1a7bce
Commit
7f1a7bce
authored
Mar 29, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款列表修改
parent
c20c3059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
Finance.php
application/index/controller/Finance.php
+2
-7
No files found.
application/index/controller/Finance.php
View file @
7f1a7bce
...
...
@@ -2974,7 +2974,7 @@ class Finance extends Basic
try
{
$order
=
new
OPayLogModel
();
$field
=
'a.id,a.create_time,a.order_id,a.father_id,a.money,a.real_money,a.pay_type,a.type,a.source,a.transaction_fee,a.source,b.f_id,a.transfer_name,a.receipt_number,'
;
$field
=
'a.id,a.create_time,a.order_id,a.father_id,a.money,a.real_money,a.pay_type,a.type,a.source,a.transaction_fee,a.source,b.f_id,a.transfer_name,a.receipt_number,
a.bargain_id,
'
;
$field
.=
'e.name,a.income_time,e.store_id,b.house_id,b.order_no,a.report_id,a.house_number,a.is_dividend,a.last_transfer_time,a.industry_type,a.agent_id,d.internal_address as address,e.name as agent_name'
;
$list
=
$order
->
getAddPayLogOrderListLimit
(
$pageNo
,
$pageSize
,
$order_
=
'a.id desc'
,
$field
,
$where
);
$data
[
'total'
]
=
$order
->
getAddPayLogOrderListLimitTotal
(
$where
);
...
...
@@ -3001,12 +3001,7 @@ class Finance extends Basic
}
if
(
$v
[
'type'
]
!=
10
&&
$v
[
'type'
]
!=
30
)
{
$bargain_data
=
$this
->
m_bargain
->
getDetail
(
'id,father_id'
,
[
'order_id'
=>
$v
[
'order_id'
]]);
$bargain_id
=
$bargain_data
[
'id'
];
if
(
$bargain_data
[
'father_id'
]
!=
0
)
{
$bargain_id
=
$bargain_data
[
'father_id'
];
}
$list
[
$k
][
'bargain_id'
]
=
empty
(
$bargain_id
)
?
''
:
$bargain_id
;
$list
[
$k
][
'bargain_id'
]
=
empty
(
$v
[
'bargain_id'
])
?
''
:
$v
[
'bargain_id'
];
}
else
{
$list
[
$k
][
'bargain_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