|
@@ -424,7 +424,7 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
HashMap<Integer, String> map = new HashMap<>();
|
|
|
map.put(studentListDto.getStudentId(),studentListDto.getStudentId().toString());
|
|
|
String url = "3?examRegistrationId=" + studentListDto.getExamRegistrationId();
|
|
|
- sysMessageService.batchSendMessage(MessageTypeEnum.EXAM_WILL_START_PUSH,map,null,null,url, JiguangPushPlugin.PLUGIN_NAME);
|
|
|
+ sysMessageService.batchSendMessage(MessageTypeEnum.EXAM_WILL_START_PUSH,map,null,null,url, JiguangPushPlugin.PLUGIN_NAME,actionExamPush);
|
|
|
}
|
|
|
}
|
|
|
//将当前学员退踢出教室
|
|
@@ -578,7 +578,7 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
HashMap<Integer, String> map = new HashMap<>();
|
|
|
map.put(studentListDto.getStudentId(),studentListDto.getStudentId().toString());
|
|
|
String url = "3?examRegistrationId=" + studentListDto.getExamRegistrationId();
|
|
|
- sysMessageService.batchSendMessage(MessageTypeEnum.EXAM_WILL_START_PUSH,map,null,null,url, JiguangPushPlugin.PLUGIN_NAME);
|
|
|
+ sysMessageService.batchSendMessage(MessageTypeEnum.EXAM_WILL_START_PUSH,map,null,null,url, JiguangPushPlugin.PLUGIN_NAME,actionExamPush);
|
|
|
}
|
|
|
}
|
|
|
}
|