lrf402788946 4 gadi atpakaļ
vecāks
revīzija
7a5ae49737
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/service/lesson.js

+ 1 - 1
app/service/lesson.js

@@ -400,7 +400,7 @@ class LessonService extends CrudService {
       if (teacherUser) {
         const { openid } = teacherUser;
         if (openid) {
-          const tourl = this.ctx.app.config.baseUrl + '/trainnotice/?userid=' + teacherUser.uid + '&noticeid=' + nresid;
+          const tourl = this.ctx.app.config.baseUrl + '/msgconfirm/?userid=' + teacherUser.uid + '&noticeid=' + nresid;
           // TODO 推送
           await this.ctx.service.weixin.sendTemplateDesign(
             this.ctx.app.config.REVIEW_TEMPLATE_ID,