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
de4103a1
Commit
de4103a1
authored
Mar 14, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
//
parent
74229eb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Finance.php
application/index/controller/Finance.php
+5
-4
No files found.
application/index/controller/Finance.php
View file @
de4103a1
...
@@ -3063,6 +3063,11 @@ class Finance extends Basic
...
@@ -3063,6 +3063,11 @@ class Finance extends Basic
unset
(
$this
->
params
[
'transfer_name'
]);
unset
(
$this
->
params
[
'transfer_name'
]);
unset
(
$this
->
params
[
'money'
]);
unset
(
$this
->
params
[
'money'
]);
// return $this->response(101, '调整后收款不能修改');
// return $this->response(101, '调整后收款不能修改');
}
else
{
$save_data
[
'transfer_name'
]
=
isset
(
$this
->
params
[
'transfer_name'
])
?
$this
->
params
[
'transfer_name'
]
:
''
;
$save_data
[
'money'
]
=
$this
->
params
[
'money'
];
$save_data
[
'receipt_number'
]
=
isset
(
$this
->
params
[
'receipt_number'
])
?
$this
->
params
[
'receipt_number'
]
:
''
;
$save_data
[
'pay_type'
]
=
$this
->
params
[
'pay_type'
];
}
}
$m_pay_log
=
new
OPayLogAdjustment
();
$m_pay_log
=
new
OPayLogAdjustment
();
...
@@ -3075,11 +3080,7 @@ class Finance extends Basic
...
@@ -3075,11 +3080,7 @@ class Finance extends Basic
$save_data
[
'income_time'
]
=
$this
->
params
[
'income_time'
];
$save_data
[
'income_time'
]
=
$this
->
params
[
'income_time'
];
$save_data
[
'real_money'
]
=
$this
->
params
[
'real_money'
];
$save_data
[
'real_money'
]
=
$this
->
params
[
'real_money'
];
$save_data
[
'transaction_fee'
]
=
$this
->
params
[
'transaction_fee'
];
$save_data
[
'transaction_fee'
]
=
$this
->
params
[
'transaction_fee'
];
$save_data
[
'pay_type'
]
=
$this
->
params
[
'pay_type'
];
$save_data
[
'last_transfer_time'
]
=
$this
->
params
[
'last_transfer_time'
];
$save_data
[
'last_transfer_time'
]
=
$this
->
params
[
'last_transfer_time'
];
$save_data
[
'transfer_name'
]
=
isset
(
$this
->
params
[
'transfer_name'
])
?
$this
->
params
[
'transfer_name'
]
:
''
;
$save_data
[
'money'
]
=
$this
->
params
[
'money'
];
$save_data
[
'receipt_number'
]
=
isset
(
$this
->
params
[
'receipt_number'
])
?
$this
->
params
[
'receipt_number'
]
:
''
;
$save_data
[
'type_ext'
]
=
empty
(
$this
->
params
[
'type_ext'
])
?
0
:
1
;
$save_data
[
'type_ext'
]
=
empty
(
$this
->
params
[
'type_ext'
])
?
0
:
1
;
$save_data
[
'received_money'
]
=
empty
(
$this
->
params
[
'received_money'
])
?
0
:
$this
->
params
[
'received_money'
];
$save_data
[
'received_money'
]
=
empty
(
$this
->
params
[
'received_money'
])
?
0
:
$this
->
params
[
'received_money'
];
$save_data
[
'type_ext'
]
=
empty
(
$this
->
params
[
'type_ext'
])
?
0
:
$this
->
params
[
'type_ext'
];
$save_data
[
'type_ext'
]
=
empty
(
$this
->
params
[
'type_ext'
])
?
0
:
$this
->
params
[
'type_ext'
];
...
...
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