INTENTION_PAYMENT_FAIL

This commit is contained in:
wangxiaopeng
2024-05-21 15:45:01 +08:00
parent d465c1c0ab
commit a4e7f3c1bc

View File

@@ -82,6 +82,7 @@ public class BankServiceImpl extends LineFlowService implements BankService {
lineInfo.setUpdateUserId(userId);
}
lineInfoDAO.updateLineInfo(lineInfo);
commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.INTENTION_PAYMENT_FAIL, null);
return Boolean.TRUE;
}