@Override ProdChannelSms getSmsTemplate() { OrdOrder order = orderDAO.selectByPrimaryKey(objectId); return prodChannelSmsDAO.selectByTemplateIdAndChannelCode( order.getChannel(), Constant.SMS_TEMPLATE.MERGED_SMSCONTENT.name()); }
@Override ProdChannelSms getSmsTemplate() { return prodChannelSmsDAO.selectByTemplateIdAndChannelCode( order.getChannel(), Constant.SMS_TEMPLATE.PAYMENT_REMIND.name()); }