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
74b3d2ab
Commit
74b3d2ab
authored
Aug 07, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
43ea7ea6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PayLogService.php
application/api_broker/service/PayLogService.php
+1
-1
OPayLogModel.php
application/model/OPayLogModel.php
+1
-1
No files found.
application/api_broker/service/PayLogService.php
View file @
74b3d2ab
...
...
@@ -453,7 +453,7 @@ class PayLogService
try
{
$m_pay
=
new
OPayLogModel
();
$m_bargain
=
new
OBargainModel
();
$pay_fields
=
'id,
order_id
,agent_name,create_time,income_time,house_number,type,real_money,income_time,
$pay_fields
=
'id,
report_id,order_id,order_no
,agent_name,create_time,income_time,house_number,type,real_money,income_time,
transfer_name,bargain_id,agent_id,transaction_fee,is_dividend,receipt_number,source,pay_type,last_transfer_time,
money,industry_type,received_money,type_ext,is_open,open_time,remark'
;
$pay_data
=
$m_pay
->
selectReceiptImgList
(
$pay_fields
,
[
'id'
=>
$pay_id
]);
...
...
application/model/OPayLogModel.php
View file @
74b3d2ab
...
...
@@ -643,7 +643,7 @@ class OPayLogModel extends Model
->
limit
(
$page_size
)
->
page
(
$page_no
)
->
select
();
//
echo $this->getLastSql();
echo
$this
->
getLastSql
();
return
$result
;
}
...
...
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