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
6975c14a
Commit
6975c14a
authored
May 22, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
excel
parent
aae3a63d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
PayLogOpen.php
application/index/controller/PayLogOpen.php
+2
-3
No files found.
application/index/controller/PayLogOpen.php
View file @
6975c14a
...
...
@@ -173,7 +173,7 @@ class PayLogOpen extends Basic
$list
=
$this
->
m_pay_open
->
getListCheck
(
$pageNo
,
$pageSize
,
'a.id desc'
,
$fields
,
$where
);
if
(
$this
->
params
[
'excel'
]
==
0
)
{
foreach
(
$list
as
$k
=>
$v
)
{
house_address
foreach
(
$list
as
$k
=>
$v
)
{
$log_where
[
'open_id'
]
=
$v
[
'id'
];
$log_where
[
'is_del'
]
=
0
;
$log_where
[
'status'
]
=
1
;
...
...
@@ -209,7 +209,6 @@ class PayLogOpen extends Basic
$check_time
=
''
;
}
$house_address
=
$m_house
->
getFieldOneValue
(
'internal_address'
,
[
'id'
=>
$v
[
'house_id'
]]);
$excel_data
[
$k
]
=
[
'id'
=>
$v
[
'id'
],
'create_time'
=>
$v
[
'create_time'
],
...
...
@@ -218,7 +217,7 @@ class PayLogOpen extends Basic
'bargain_id'
=>
$v
[
'bargain_id'
],
'order_id'
=>
$v
[
'order_id'
],
'house_id'
=>
$v
[
'house_id'
],
'house_address'
=>
$
house_address
,
'house_address'
=>
$
v
[
'house_address'
]
,
'status_string'
=>
$status_array
[
$v
[
'status'
]],
'disc_time'
=>
$disc_time
,
'check_time'
=>
$check_time
...
...
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