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
ce5c8780
Commit
ce5c8780
authored
Dec 17, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加字段
parent
d59fc394
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Finance.php
application/index/controller/Finance.php
+3
-1
No files found.
application/index/controller/Finance.php
View file @
ce5c8780
...
...
@@ -2416,7 +2416,7 @@ class Finance extends Basic
if
(
empty
(
$this
->
params
[
'excel'
]))
{
$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,'
;
$field
.=
'e.name,a.income_time,e.store_id,b.house_id,b.order_no,a.report_id,a.house_number'
;
$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
'
;
$list
=
$order
->
getAddPayLogOrderListLimit
(
$pageNo
,
$pageSize
,
$order_
=
'a.id desc'
,
$field
,
$where
);
$data
[
'total'
]
=
$order
->
getAddPayLogOrderListLimitTotal
(
$where
);
...
...
@@ -3160,6 +3160,8 @@ class Finance extends Basic
$result
[
'adjustment'
]
=
$this
->
numberTransitionString
(
$result
[
'adjustment'
]);
$result
[
'adjustment_old'
]
=
$this
->
numberTransitionString
(
$result
[
'adjustment_old'
]);
$bargain_id
=
$this
->
m_bargain
->
getFieldValue
(
'id'
,
[
'order_id'
=>
$result
[
'adjustment'
][
'order_id'
]]);
$result
[
'adjustment'
][
0
][
'bargain_id'
]
=
empty
(
$bargain_id
)
?
''
:
$bargain_id
;
$result
[
'money'
]
=
$adjustment_data
[
0
][
'money'
];
$result
[
'id'
]
=
$adjustment_data
[
0
][
'id'
];
$code
=
200
;
...
...
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