Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
40f465b0
authored
2018-04-10 16:51:20 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
计划bug
1 parent
5af08ca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
application/controllers/Work.php
application/controllers/Work.php
View file @
40f465b
...
...
@@ -308,8 +308,10 @@ class Work extends CI_Controller
if
(
!
$ret
->
clientContactOutputVOS
)
{
$ret
->
clientContactOutputVOS
=
array
();
}
//查询还款计划表
$str
=
'borrowAmount='
.
$ret
->
orderVO
->
applyMoney
.
'&productId='
.
$ret
->
orderVO
->
productId
.
'&loanDeadline='
.
$ret
->
orderVO
->
deadline
;
$getLastCheck
=
$this
->
flow
->
getLastCheck
(
$id
);
$str
=
'borrowAmount='
.
$getLastCheck
->
agreeMoney
.
'&productId='
.
$ret
->
orderVO
->
productId
.
'&loanDeadline='
.
$ret
->
orderVO
->
deadline
;
$url2
=
$this
->
config
->
item
(
'apiBaseUrl'
)
.
'application/tool/interest?'
.
$str
;
$result2
=
file_get_contents
(
$url2
);
$json2
=
json_decode
(
$result2
);
...
...
@@ -322,7 +324,7 @@ class Work extends CI_Controller
'applyOrderVO'
=>
$ret
->
orderVO
,
'plan'
=>
$ret2
,
'id'
=>
$id
,
'getLastCheck'
=>
$
this
->
flow
->
getLastCheck
(
$id
)
,
'getLastCheck'
=>
$
getLastCheck
,
'confirmType'
=>
$this
->
order
->
ordersource
->
confirmType
(),
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment