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
dc3d2087
Commit
dc3d2087
authored
Sep 19, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
be_charged_party
parent
efbfe7a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Cost.php
application/index/controller/Cost.php
+1
-0
PayLog.php
application/index/controller/PayLog.php
+1
-1
No files found.
application/index/controller/Cost.php
View file @
dc3d2087
...
@@ -379,6 +379,7 @@ class Cost extends Basic
...
@@ -379,6 +379,7 @@ class Cost extends Basic
$service
=
new
CostService
();
$service
=
new
CostService
();
if
(
isset
(
$params
[
'id_array'
]))
{
if
(
isset
(
$params
[
'id_array'
]))
{
//行政审核 财务一审 财务二审 可以批量审核
if
(
!
in_array
(
$params
[
'check_status'
],
[
2
,
3
,
5
]))
{
if
(
!
in_array
(
$params
[
'check_status'
],
[
2
,
3
,
5
]))
{
return
$this
->
response
(
$code
,
'不能批量审核'
);
return
$this
->
response
(
$code
,
'不能批量审核'
);
}
}
...
...
application/index/controller/PayLog.php
View file @
dc3d2087
...
@@ -307,7 +307,7 @@ class PayLog extends Basic
...
@@ -307,7 +307,7 @@ class PayLog extends Basic
try
{
try
{
$order
=
new
OPayLogModel
();
$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,'
;
$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.be_charged_party,
'
;
$field
.=
'a.transaction_fee,a.source,b.f_id,a.transfer_name,a.receipt_number,a.bargain_id,a.is_open,'
;
$field
.=
'a.transaction_fee,a.source,b.f_id,a.transfer_name,a.receipt_number,a.bargain_id,a.is_open,'
;
$field
.=
'e.name,a.income_time,e.store_id,b.house_id,b.order_no,a.report_id,a.house_number,a.is_dividend,'
;
$field
.=
'e.name,a.income_time,e.store_id,b.house_id,b.order_no,a.report_id,a.house_number,a.is_dividend,'
;
$field
.=
'a.last_transfer_time,a.industry_type,a.agent_id,d.internal_address as address,e.name as agent_name'
;
$field
.=
'a.last_transfer_time,a.industry_type,a.agent_id,d.internal_address as address,e.name as agent_name'
;
...
...
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