Commit f25f4ed0 authored by liwenbin's avatar liwenbin

临时干掉量子分3

parent 9816abbb
...@@ -272,10 +272,10 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService { ...@@ -272,10 +272,10 @@ public class AidFundRouteServiceImpl implements IAidFundRouteService {
// valid = false; // valid = false;
// } // }
if (!valid) { // if (!valid) {
log.info("助贷资方导流, 用户命中二次校验规则, 不进行导流, uuid : {}, fundId : {}, fundProductId : {}, userAge : {}, province : {}, qgScore3 : {}", // log.info("助贷资方导流, 用户命中二次校验规则, 不进行导流, uuid : {}, fundId : {}, fundProductId : {}, userAge : {}, province : {}, qgScore3 : {}",
asset.getUuid(), aidLoanFundConfig.getFundId(), aidLoanFundConfig.getFundProductId(), age, province, qgScore3); // asset.getUuid(), aidLoanFundConfig.getFundId(), aidLoanFundConfig.getFundProductId(), age, province, qgScore3);
} // }
} }
if (!valid) { return false; } if (!valid) { return false; }
......
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