|
@@ -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 + '¬iceid=' + nresid;
|
|
|
+ const tourl = this.ctx.app.config.baseUrl + '/msgconfirm/?userid=' + teacherUser.uid + '¬iceid=' + nresid;
|
|
|
// TODO 推送
|
|
|
await this.ctx.service.weixin.sendTemplateDesign(
|
|
|
this.ctx.app.config.REVIEW_TEMPLATE_ID,
|