意向协议阶段不通过,提示重新缴纳意向金

This commit is contained in:
wangxiaopeng
2024-05-23 16:33:00 +08:00
parent 31ef1dfe79
commit 02e4afc5bb

View File

@@ -186,6 +186,7 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
commonService.sendMessage(Collections.singletonList(lineInfo.getInvestmentManager()),
MessageEnum.MESSAGE_31,
requestMap);
commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.INTENTION_PAYMENT_FAIL);
}
//更新auditId
intentAgreementMapper.updateAuditId(lineInfo.getId(), auditId);