|
@@ -499,14 +499,14 @@ class LessonService extends CrudService {
|
|
|
// 邮件
|
|
|
if (email) {
|
|
|
const subject = '吉林省高等学校毕业生就业指导中心通知';
|
|
|
- await this.ctx.service.util.sendMail(email, subject, content);
|
|
|
+ await this.ctx.service.util.sendMail('2938260457@qq.com', subject, content);
|
|
|
}
|
|
|
if (openid) {
|
|
|
const tourl = this.ctx.app.config.baseUrl + '/msgconfirm/?userid=' + notifiedid + '¬iceid=' + nres._id;
|
|
|
// TODO 推送
|
|
|
await this.ctx.service.weixin.sendTemplateDesign(
|
|
|
this.ctx.app.config.REVIEW_TEMPLATE_ID,
|
|
|
- openid,
|
|
|
+ 'ocPqjswkUejZHq2ANriNrFFC7A3I',
|
|
|
'您有一个新的通知,请点击信息,确认您已收到信息!',
|
|
|
'您的安排',
|
|
|
content,
|