Commit 059e55df authored by 张庆's avatar 张庆

防止重复提交

parent d0826649
......@@ -63,7 +63,7 @@ public class LoanSubmitCommand extends AbstractCommand {
if (!insert) {
throw new BizException(ExceptionCodeEnum.SYSTEM_SQL_INSERT_ERROR);
}
mqProducer.pullCreditThirdData(loanSubmitResponse.getOrderNo());
windowsProducer.pullCreditThirdData(loanSubmitResponse.getOrderNo());
// 提现授信
LoanCreditSubmitModel model = new LoanCreditSubmitModel();
......
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