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
2047562d
Commit
2047562d
authored
May 23, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开业审核判断
parent
82f56507
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PayLogOpenService.php
application/api_broker/service/PayLogOpenService.php
+1
-1
PayLogOpen.php
application/index/controller/PayLogOpen.php
+2
-2
No files found.
application/api_broker/service/PayLogOpenService.php
View file @
2047562d
...
@@ -82,7 +82,7 @@ class PayLogOpenService
...
@@ -82,7 +82,7 @@ class PayLogOpenService
public
function
addOpenCheck
(
$open_id
,
$status
,
$remark
,
$operation_id
,
$operation_name
)
public
function
addOpenCheck
(
$open_id
,
$status
,
$remark
,
$operation_id
,
$operation_name
)
{
{
$id
=
$this
->
payLogOpenLogModel
->
getAllList
(
'open_id'
,
0
,
[
'status'
=>
$status
,
'open_id'
=>
$open_id
]);
//检查当前状态是否审核过
$id
=
$this
->
payLogOpenLogModel
->
getAllList
(
'open_id'
,
0
,
[
'status'
=>
$status
,
'open_id'
=>
$open_id
]);
//检查当前状态是否审核过
if
(
empty
(
$id
[
0
][
'id'
]))
{
if
(
empty
(
$id
[
0
][
'
open_
id'
]))
{
$num
=
$this
->
payLogOpenLogModel
->
addOpenCheck
(
$num
=
$this
->
payLogOpenLogModel
->
addOpenCheck
(
$this
->
OpenLogCheckBin
(
$open_id
,
$status
,
$remark
,
$operation_id
,
$operation_name
)
$this
->
OpenLogCheckBin
(
$open_id
,
$status
,
$remark
,
$operation_id
,
$operation_name
)
);
);
...
...
application/index/controller/PayLogOpen.php
View file @
2047562d
...
@@ -180,8 +180,8 @@ class PayLogOpen extends Basic
...
@@ -180,8 +180,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
(
'
create
_time'
,
0
,
[
'open_id'
=>
$v
[
'id'
],
'status'
=>
3
]);
$pay_log_data
=
$this
->
m_pay_open_log
->
getFind
(
'
open
_time'
,
0
,
[
'open_id'
=>
$v
[
'id'
],
'status'
=>
3
]);
$list
[
$k
][
'check_time'
]
=
isset
(
$pay_log_data
[
'
create_time'
])
?
$pay_log_data
[
'create
_time'
]
:
''
;
$list
[
$k
][
'check_time'
]
=
isset
(
$pay_log_data
[
'
open_time'
])
?
$pay_log_data
[
'open
_time'
]
:
''
;
}
else
{
}
else
{
$list
[
$k
][
'check_time'
]
=
''
;
$list
[
$k
][
'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