|
|
@ -72,7 +72,7 @@ public class BaseBaseEmailServiceImpl implements BaseEmailService { |
|
|
|
EmailContent content = new EmailContent(); |
|
|
|
EmailContent content = new EmailContent(); |
|
|
|
content.setTemplateId(baseServiceConfig.getInvoiceWarning()); |
|
|
|
content.setTemplateId(baseServiceConfig.getInvoiceWarning()); |
|
|
|
content.setSerialNum(RandomUtil.randomNumbers(ConfigureConstant.INT_25)); |
|
|
|
content.setSerialNum(RandomUtil.randomNumbers(ConfigureConstant.INT_25)); |
|
|
|
content.setSubjects(new String[]{}); |
|
|
|
content.setSubjects(new String[]{"发票余量预警通知"}); |
|
|
|
content.setContents(new String[]{sbmc, sbbh, mc, dqfpfs}); |
|
|
|
content.setContents(new String[]{sbmc, sbbh, mc, dqfpfs}); |
|
|
|
content.setTo(email.split(";")); |
|
|
|
content.setTo(email.split(";")); |
|
|
|
// 发送邮件
|
|
|
|
// 发送邮件
|
|
|
|