Commit 1442cba5 authored by shangying's avatar shangying

二次风控如果失败了,定时任务扫描进行二次风控操作,无需循环调用

parent b87c5b0e
......@@ -171,7 +171,6 @@ public class OneClickDataQueueOperateServiceImpl implements OneClickDataQueueOpe
updateContrantAndApplyLendingNotify(oneClickData);
}else if(LoanProgress.START_ORDER.getDescription().equals(progress)){
log.info("二次风控放款没有返回20,仍然是50重新操作一遍");
getBingSucc(oneClickData);
}else{
log.info("风控=loanApplicationHistory",loanApplicationHistory);
// 放款状态:二次风控放款失败
......
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