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
a3ea635e
Commit
a3ea635e
authored
Sep 10, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ae42940
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
DailyPaperService.php
application/api_broker/service/DailyPaperService.php
+4
-2
No files found.
application/api_broker/service/DailyPaperService.php
View file @
a3ea635e
...
...
@@ -188,9 +188,11 @@ class DailyPaperService
$total_office
=
$officePayLogModel
->
getTotal
(
$field
,
$params
,
"pay_type"
);
$total_arr
=
array_merge
(
$total_shop
,
$total_office
);
$total
[
"alipay"
]
=
0
;
$total
[
"alipay_1"
]
=
0
;
$total
[
"alipay_2"
]
=
0
;
$total
[
"alipay_3"
]
=
0
;
//陈志杰支付宝
$total
[
"tenpay"
]
=
0
;
$total
[
"tenpay_1"
]
=
0
;
$total
[
"tenpay_2"
]
=
0
;
$total
[
"tenpay_3"
]
=
0
;
//陈志杰微信
$total
[
"pos"
]
=
0
;
...
...
@@ -584,8 +586,8 @@ class DailyPaperService
private
function
getCheckList
(
$daily_id
,
$agent_id
=
0
)
{
$field
=
"id,daily_id,operation_id,operation_name,remark,alipay,tenpay,realty_pay,family_pay,private_bank,
cash,pos,other_bank,create_time,update_time,tenpay
_2,alipay_2,tenpay_3,alipay_3,bank_card,bank_card_yun,bank_card_lin
,bank_card_new,bank_card_chen"
;
cash,pos,other_bank,create_time,update_time,tenpay
,alipay,tenpay_1,alipay_1,tenpay_2,alipay_2,tenpay_3,alipay_3,bank_card,
bank_card_yun,bank_card_lin,bank_card_sz
,bank_card_new,bank_card_chen"
;
$params
[
"daily_id"
]
=
$daily_id
;
$params
[
"is_del"
]
=
0
;
if
(
$agent_id
>
0
)
{
...
...
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