|
@@ -405,7 +405,7 @@ class LessonService extends CrudService {
|
|
|
// console.error(`${teacherInfo.name}-email:${email}`);
|
|
|
const subject = '吉林省高等学校毕业生就业指导中心通知';
|
|
|
const text = teacherInfo.name + `${content},请您尽快登陆双困生培训系统查看您的安排,系统邮件,请勿回复!`;
|
|
|
- // this.ctx.service.util.sendMail(email, subject, text);
|
|
|
+ this.ctx.service.util.sendMail(email, subject, text);
|
|
|
}
|
|
|
|
|
|
|