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
0cb56211
Commit
0cb56211
authored
Jul 09, 2020
by
鹿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单状态添加映射关系
parent
605b4a20
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
OrderUtil.java
...quantgroup/cashloanflowboss/api/order/util/OrderUtil.java
+4
-0
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/order/util/OrderUtil.java
View file @
0cb56211
...
@@ -82,6 +82,10 @@ public class OrderUtil {
...
@@ -82,6 +82,10 @@ public class OrderUtil {
return
new
Tuple
(
kaNoticeType
,
"已关单"
);
return
new
Tuple
(
kaNoticeType
,
"已关单"
);
case
"CANCEL_AFTER_LOAN"
:
case
"CANCEL_AFTER_LOAN"
:
return
new
Tuple
(
kaNoticeType
,
"存管提现超时或贷后关单"
);
return
new
Tuple
(
kaNoticeType
,
"存管提现超时或贷后关单"
);
case
"REPAYMENT_RESULT"
:
return
new
Tuple
<>(
kaNoticeType
,
"还款结果通知"
);
case
"QUOTA_EXPIRED"
:
return
new
Tuple
<>(
kaNoticeType
,
"额度失效"
);
default
:
default
:
return
new
Tuple
(
kaNoticeType
,
"未知状态"
);
return
new
Tuple
(
kaNoticeType
,
"未知状态"
);
}
}
...
...
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