Commit b2f7e8e8 authored by liwenbin's avatar liwenbin

fix

parent 6d431e95
...@@ -214,6 +214,7 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService { ...@@ -214,6 +214,7 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService {
QGPreconditions.checkArgument(asset.getUserLoanType() != null, QGExceptionType.USER_LOAN_TYPE_IS_EMPTY, asset.getUuid()); QGPreconditions.checkArgument(asset.getUserLoanType() != null, QGExceptionType.USER_LOAN_TYPE_IS_EMPTY, asset.getUuid());
if (asset.getUserLoanType() == UserLoanType.FIRST_APPLY.getCode() || asset.getUserLoanType() == UserLoanType.RE_APPLY.getCode()) { if (asset.getUserLoanType() == UserLoanType.FIRST_APPLY.getCode() || asset.getUserLoanType() == UserLoanType.RE_APPLY.getCode()) {
// 同盾分拒绝的不推 // 同盾分拒绝的不推
if (data.get("model_exec_data_source#tongdun_v2_1_bucket") != null) {
Integer tongdun_v2_1_bucket = Integer.parseInt(String.valueOf(data.get("model_exec_data_source#tongdun_v2_1_bucket"))); Integer tongdun_v2_1_bucket = Integer.parseInt(String.valueOf(data.get("model_exec_data_source#tongdun_v2_1_bucket")));
if (tongdun_v2_1_bucket != null && (tongdun_v2_1_bucket < 1 || tongdun_v2_1_bucket > 185)) { if (tongdun_v2_1_bucket != null && (tongdun_v2_1_bucket < 1 || tongdun_v2_1_bucket > 185)) {
log.info("助贷资方导流, 用户命中二次校验规则, 不进行导流, uuid : {}, fundId : {}, fundProId : {}, tongdunScore : {}", log.info("助贷资方导流, 用户命中二次校验规则, 不进行导流, uuid : {}, fundId : {}, fundProId : {}, tongdunScore : {}",
...@@ -222,6 +223,7 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService { ...@@ -222,6 +223,7 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService {
} }
} }
} }
}
return true; return true;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment