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
44fbcbfc
Commit
44fbcbfc
authored
May 23, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create_time
parent
2047562d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
PayLogOpen.php
application/index/controller/PayLogOpen.php
+4
-5
No files found.
application/index/controller/PayLogOpen.php
View file @
44fbcbfc
...
@@ -168,7 +168,6 @@ class PayLogOpen extends Basic
...
@@ -168,7 +168,6 @@ class PayLogOpen extends Basic
$where
[
'a.is_del'
]
=
0
;
$where
[
'a.is_del'
]
=
0
;
$fields
=
'a.id,a.create_time,a.agent_id,a.pay_log_id,a.bargain_id,a.order_id,a.house_id,a.status,a.house_address,c.name'
;
$fields
=
'a.id,a.create_time,a.agent_id,a.pay_log_id,a.bargain_id,a.order_id,a.house_id,a.status,a.house_address,c.name'
;
$m_pay_log
=
new
OPayLogModel
();
$list
=
$this
->
m_pay_open
->
getListCheck
(
$pageNo
,
$pageSize
,
'a.id desc'
,
$fields
,
$where
);
$list
=
$this
->
m_pay_open
->
getListCheck
(
$pageNo
,
$pageSize
,
'a.id desc'
,
$fields
,
$where
);
if
(
$this
->
params
[
'excel'
]
==
0
)
{
if
(
$this
->
params
[
'excel'
]
==
0
)
{
...
@@ -180,8 +179,8 @@ class PayLogOpen extends Basic
...
@@ -180,8 +179,8 @@ class PayLogOpen extends Basic
$list
[
$k
][
'disc_time'
]
=
empty
(
$disc_time
)
?
''
:
$disc_time
;
$list
[
$k
][
'disc_time'
]
=
empty
(
$disc_time
)
?
''
:
$disc_time
;
if
(
$v
[
'status'
]
>
1
)
{
if
(
$v
[
'status'
]
>
1
)
{
$pay_log_data
=
$this
->
m_pay_open_log
->
getFind
(
'
open
_time'
,
0
,
[
'open_id'
=>
$v
[
'id'
],
'status'
=>
3
]);
$pay_log_data
=
$this
->
m_pay_open_log
->
getFind
(
'
create
_time'
,
0
,
[
'open_id'
=>
$v
[
'id'
],
'status'
=>
3
]);
$list
[
$k
][
'check_time'
]
=
isset
(
$pay_log_data
[
'
open_time'
])
?
$pay_log_data
[
'open
_time'
]
:
''
;
$list
[
$k
][
'check_time'
]
=
isset
(
$pay_log_data
[
'
create_time'
])
?
$pay_log_data
[
'create
_time'
]
:
''
;
}
else
{
}
else
{
$list
[
$k
][
'check_time'
]
=
''
;
$list
[
$k
][
'check_time'
]
=
''
;
}
}
...
@@ -202,8 +201,8 @@ class PayLogOpen extends Basic
...
@@ -202,8 +201,8 @@ class PayLogOpen extends Basic
$disc_time
=
$this
->
m_pay_open_log
->
getFieldOneValue
(
'create_time'
,
$log_where
);
$disc_time
=
$this
->
m_pay_open_log
->
getFieldOneValue
(
'create_time'
,
$log_where
);
if
(
$v
[
'status'
]
==
3
)
{
if
(
$v
[
'status'
]
==
3
)
{
$pay_log_data
=
$
m_pay_log
->
selectPayLogByOrderNo
(
'open_time'
,
[
'id'
=>
$v
[
'pay_log_id'
]
]);
$pay_log_data
=
$
this
->
m_pay_open_log
->
getFind
(
'create_time'
,
0
,
[
'open_id'
=>
$v
[
'id'
],
'status'
=>
3
]);
$check_time
=
isset
(
$pay_log_data
[
0
][
'
open_time'
])
?
$pay_log_data
[
0
][
'open
_time'
]
:
''
;
$check_time
=
isset
(
$pay_log_data
[
0
][
'
create_time'
])
?
$pay_log_data
[
0
][
'create
_time'
]
:
''
;
}
else
{
}
else
{
$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