|
@@ -217,7 +217,7 @@ public class LessonExaminationServiceImpl extends ServiceImpl<LessonExaminationD
|
|
|
String notifyUrl = "evaluating?evaluateId=" + vo.getId();
|
|
|
String dateToString = DateUtil.dateToString(vo.getCreateTime(), DateUtil.ISO_EXPANDED_DATE_FORMAT);
|
|
|
sysMessageService.batchSendMessage(MessageSenderPluginContext.MessageSender.JIGUANG, MessageTypeEnum.TEACHER_PUSH_LESSON_EXAMINATION_END,
|
|
|
- userMap, null, 0, 3 + notifyUrl, "TEACHER", dateToString);
|
|
|
+ userMap, null, 0, notifyUrl, "TEACHER", dateToString);
|
|
|
}
|
|
|
this.lambdaUpdate().in(LessonExamination::getId,examinations)
|
|
|
.set(LessonExamination::getPushFlag,true).update();
|