报表优化,

邮件内容验证
yun-zuoyi
yunhao.wang 6 years ago
parent 2fc7e20497
commit 37c2543354

@ -200,6 +200,9 @@ public class MailUtil {
msg.setSubject( MimeUtility.encodeText(this.title, MimeUtility.mimeCharset("gb2312"), null));
msg.setSubject(this.title);
// 消息主体内容 处理
this.content = this.content == null ? "" : this.content;
msg.setContent(this.content, this.content_type);
msg.saveChanges();

Loading…
Cancel
Save