|
@@ -402,7 +402,7 @@ class LessonService extends CrudService {
|
|
|
}
|
|
|
// 发邮件
|
|
|
if (email) {
|
|
|
- console.error(`${teacherInfo.name}-email:${email}`);
|
|
|
+ // console.error(`${teacherInfo.name}-email:${email}`);
|
|
|
const subject = '吉林省高等学校毕业生就业指导中心通知';
|
|
|
const text = teacherInfo.name + `${content},请您尽快登陆双困生培训系统查看您的安排`;
|
|
|
// this.ctx.service.util.sendMail(email, subject, text);
|
|
@@ -425,7 +425,7 @@ class LessonService extends CrudService {
|
|
|
'感谢您的使用',
|
|
|
tourl
|
|
|
);
|
|
|
- console.log(res);
|
|
|
+ console.error(`wx:${res}`);
|
|
|
person = { notifiedid: teacherUser.uid, username: teacherUser.name };
|
|
|
}
|
|
|
}
|