发送短信

This commit is contained in:
苏竹红
2024-05-25 15:07:22 +08:00
parent ddd6685b34
commit 997ae31b3a

View File

@@ -187,7 +187,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);
// commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.INTENTION_PAYMENT_FAIL);
}
//更新auditId
intentAgreementMapper.updateAuditId(lineInfo.getId(), auditId);