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
01d221ba
Commit
01d221ba
authored
Jun 11, 2020
by
王向伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二次风控乐信bizType传9
parent
55ebb9e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
OrderServiceImpl.java
.../cashloanflowboss/api/order/service/OrderServiceImpl.java
+13
-6
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/order/service/OrderServiceImpl.java
View file @
01d221ba
...
@@ -306,6 +306,12 @@ public class OrderServiceImpl implements OrderService{
...
@@ -306,6 +306,12 @@ public class OrderServiceImpl implements OrderService{
if
(
clfChannelConfiguration
==
null
)
{
if
(
clfChannelConfiguration
==
null
)
{
return
new
Tuple
(
false
,
"二次风控失败,clfChannelConfiguration渠道配置为空"
);
return
new
Tuple
(
false
,
"二次风控失败,clfChannelConfiguration渠道配置为空"
);
}
}
String
xyqbProductId
=
clfChannelConfiguration
.
getXyqbProductId
();
if
(
Objects
.
isNull
(
xyqbProductId
)){
//为null 是多订单的情况 bizType直接为9
result
=
clothoCenterService
.
orderAuditNotify
(
xUser
.
getUuid
(),
orderMapping
.
getLoanId
(),
true
,
9
);
}
else
{
QuotaProduct
quotaProduct
=
xyqbCenterService
.
getXyqbProduct
(
clfChannelConfiguration
.
getXyqbProductId
());
QuotaProduct
quotaProduct
=
xyqbCenterService
.
getXyqbProduct
(
clfChannelConfiguration
.
getXyqbProductId
());
if
(
quotaProduct
==
null
)
{
if
(
quotaProduct
==
null
)
{
return
new
Tuple
(
false
,
"二次风控失败,xyqb.quota_product配置为空("
.
concat
(
clfChannelConfiguration
.
getXyqbProductId
()).
concat
(
")"
));
return
new
Tuple
(
false
,
"二次风控失败,xyqb.quota_product配置为空("
.
concat
(
clfChannelConfiguration
.
getXyqbProductId
()).
concat
(
")"
));
...
@@ -313,6 +319,7 @@ public class OrderServiceImpl implements OrderService{
...
@@ -313,6 +319,7 @@ public class OrderServiceImpl implements OrderService{
// 50
// 50
log
.
info
(
"[secendAudit]二次风控发起,channelOrderNumber={}, bizType={}"
,
channelOrderNumber
,
quotaProduct
.
getProductType
());
log
.
info
(
"[secendAudit]二次风控发起,channelOrderNumber={}, bizType={}"
,
channelOrderNumber
,
quotaProduct
.
getProductType
());
result
=
clothoCenterService
.
orderAuditNotify
(
xUser
.
getUuid
(),
orderMapping
.
getLoanId
(),
true
,
quotaProduct
.
getProductType
());
result
=
clothoCenterService
.
orderAuditNotify
(
xUser
.
getUuid
(),
orderMapping
.
getLoanId
(),
true
,
quotaProduct
.
getProductType
());
}
if
(
result
)
{
if
(
result
)
{
log
.
info
(
"[secendAudit]二次风控成功,channelOrderNumber={}, result={}"
,
channelOrderNumber
,
result
);
log
.
info
(
"[secendAudit]二次风控成功,channelOrderNumber={}, result={}"
,
channelOrderNumber
,
result
);
}
else
{
}
else
{
...
...
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