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
27491105
Commit
27491105
authored
Jul 31, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
report_id,order_no
parent
81e44a6f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
OfficePayLog.php
application/api_broker/controller/OfficePayLog.php
+3
-2
PayLog.php
application/api_broker/controller/PayLog.php
+2
-2
No files found.
application/api_broker/controller/OfficePayLog.php
View file @
27491105
...
...
@@ -203,7 +203,7 @@ class OfficePayLog extends Basic
// return $this->response(101, '类型错误');
// }
$field
=
'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number'
;
$field
=
'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number
,report_id,order_no
'
;
$where
[
'is_del'
]
=
0
;
$m_refund
=
new
OfficeORefundModel
();
...
...
@@ -234,6 +234,6 @@ class OfficePayLog extends Basic
$refund_data
[
$k
][
'transfer_image_array'
]
=
[];
}
}
return
$this
->
response
(
200
,
$refund_data
);
return
$this
->
response
(
200
,
''
,
$refund_data
);
}
}
\ No newline at end of file
application/api_broker/controller/PayLog.php
View file @
27491105
...
...
@@ -212,7 +212,7 @@ class PayLog extends Basic
// return $this->response(101, '类型错误');
// }
$field
=
'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number'
;
$field
=
'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number
,report_id,order_no
'
;
$where
[
'is_del'
]
=
0
;
$m_refund
=
new
OfficeORefundModel
();
...
...
@@ -243,7 +243,7 @@ class PayLog extends Basic
$refund_data
[
$k
][
'transfer_image_array'
]
=
[];
}
}
return
$this
->
response
(
200
,
$refund_data
);
return
$this
->
response
(
200
,
''
,
$refund_data
);
}
/**我的收款记录列表
...
...
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