|
@@ -69,7 +69,7 @@ public class TaskController extends BaseController {
|
|
|
@GetMapping("/studentCoursesScheduleRemind")
|
|
|
// 学生有课提醒
|
|
|
public void studentCoursesScheduleRemind() {
|
|
|
- courseScheduleService.studentCoursesScheduleRemind();
|
|
|
+ //courseScheduleService.studentCoursesScheduleRemind();
|
|
|
}
|
|
|
|
|
|
@GetMapping("/studentSignInRemind")
|
|
@@ -93,7 +93,7 @@ public class TaskController extends BaseController {
|
|
|
@GetMapping("/teacherSignInRemind")
|
|
|
// 老师上课提醒
|
|
|
public void teacherSignInRemind() {
|
|
|
- courseScheduleService.teacherSignInRemind();
|
|
|
+ //courseScheduleService.teacherSignInRemind();
|
|
|
}
|
|
|
|
|
|
@GetMapping("/homeworkNoReplyRemind")
|