Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cash-loan-flow-boss
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
cash-loan-flow-boss
Commits
e8dc4d8e
Commit
e8dc4d8e
authored
May 29, 2020
by
王向伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批通过参数添加amountTermLimits
parent
09b7f15e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
MoOrderServiceImpl.java
...ashloanflowboss/api/order/service/MoOrderServiceImpl.java
+1
-0
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/order/service/MoOrderServiceImpl.java
View file @
e8dc4d8e
...
...
@@ -821,6 +821,7 @@ public class MoOrderServiceImpl implements OrderService{
data
.
put
(
"term"
,
approveVo
.
getPeriod
());
data
.
put
(
"financeProducts"
,
fundFormat
);
data
.
put
(
"validity"
,
30
);
data
.
put
(
"amountTermLimits"
,
"[{\"amountMax\":\"8000\",\"terms\":\"3,6,9\",\"amountMin\":\"6000\"},{\"amountMax\":\"6000\",\"terms\":\"6,9\",\"amountMin\":\"4000\"},{\"amountMax\":\"4000\",\"terms\":\"9\",\"amountMin\":\"0\"}]"
);
}
else
{
data
.
put
(
"refuseReason"
,
"{ces:测试审核拒绝}"
);
}
...
...
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