|
|
@@ -6,11 +6,7 @@ import com.ruoyi.project.system.service.ISysMessageService;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
-/**
|
|
|
- * @author Wang Zi Wen
|
|
|
- * @email wangggziwen@163.com
|
|
|
- * @date 2022/05/25 14:30:52
|
|
|
- */
|
|
|
+
|
|
|
public class MeetingInvitationMailThread implements Runnable {
|
|
|
|
|
|
private IMailService mailService;
|
|
|
@@ -90,7 +86,6 @@ public class MeetingInvitationMailThread implements Runnable {
|
|
|
//拼接html
|
|
|
String html = start + prime + end;
|
|
|
mailService.sendHtmlMail(email, "CPMS:您已受邀参加学员" + successorName + "的季度汇报 (" + feedbackYear + "年第" + feedbackSeason + "季度)", html);
|
|
|
-// mailService.sendHtmlMail("lihuiisfish@163.com", "CPMS:您已受邀参加学员" + successorName + "的季度汇报 (" + feedbackYear + "年第" + feedbackSeason + "季度)", html);
|
|
|
}
|
|
|
|
|
|
}
|