From eaf3e32fdd350bcc7c133d7140a8f129f920ae75 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 10 May 2023 17:13:54 +0800 Subject: [PATCH] =?UTF-8?q?---author:scott---date:2023-05-10---for:yml?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=B8=BA=E7=A9=BA=E5=AF=BC=E8=87=B4=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E9=80=A0=E5=90=8E=E6=94=AF=E6=8C=81=E5=8D=95=E4=BD=93=E9=9D=9E?= =?UTF-8?q?system=E7=8B=AC=E7=AB=8B=E5=90=AF=E5=8A=A8---?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg/modules/message/handle/impl/EmailSendMsgHandle.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/message/handle/impl/EmailSendMsgHandle.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/message/handle/impl/EmailSendMsgHandle.java index 3cedbedc..856e99e0 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/message/handle/impl/EmailSendMsgHandle.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/message/handle/impl/EmailSendMsgHandle.java @@ -58,6 +58,7 @@ public class EmailSendMsgHandle implements ISendMsgHandle { //update-begin-author:taoyan date:20200811 for:配置类数据获取 if(oConvertUtils.isEmpty(emailFrom)){ StaticConfig staticConfig = SpringContextUtils.getBean(StaticConfig.class); + log.info("邮件配置 emailFrom:" + emailFrom); setEmailFrom(staticConfig.getEmailFrom()); } //update-end-author:taoyan date:20200811 for:配置类数据获取