Browse Source

Merge branch 'feature_HW_20230331' of http://git.dayaedu.com/yonge/mec into feature_HW_20230331

liujc 2 years ago
parent
commit
a9b5b3c333

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/LessonExaminationServiceImpl.java

@@ -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();