INTENTION_PAYMENT_FAIL
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user