|
@@ -245,42 +245,42 @@ public class ScheduleController extends BaseController {
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生购买未学习提醒")
|
|
|
+ @ApiOperation("学生购买2天未学习提醒")
|
|
|
@GetMapping("/buyNotReadToStudentTwo")
|
|
|
public AjaxResult buyNotReadToStudentTwo(UserQueryBo bo){
|
|
|
iScheduleService.buyNotReadToStudentTwo(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生购买未学习提醒")
|
|
|
+ @ApiOperation("学生购买5天未学习提醒")
|
|
|
@GetMapping("/buyNotReadToStudentFive")
|
|
|
public AjaxResult buyNotReadToStudentFive(UserQueryBo bo){
|
|
|
iScheduleService.buyNotReadToStudentFive(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生购买未学习教务提醒")
|
|
|
+ @ApiOperation("学生购买7天未学习教务提醒")
|
|
|
@GetMapping("/buyNotReadToTeacher")
|
|
|
public AjaxResult buyNotReadToTeacher(UserQueryBo bo){
|
|
|
iScheduleService.buyNotReadToTeacher(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生长时间未学习提醒")
|
|
|
+ @ApiOperation("学生长时间3天未学习提醒")
|
|
|
@GetMapping("/longNotReadToStudentThree")
|
|
|
public AjaxResult longNotReadToStudentThree(UserQueryBo bo){
|
|
|
iScheduleService.longNotReadToStudentThree(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生长时间未学习提醒")
|
|
|
+ @ApiOperation("学生长时间5天未学习提醒")
|
|
|
@GetMapping("/longNotReadToStudentFive")
|
|
|
public AjaxResult longNotReadToStudentFive(UserQueryBo bo){
|
|
|
iScheduleService.longNotReadToStudentFive(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("学生长时间未学习教务提醒")
|
|
|
+ @ApiOperation("学生长时间7天未学习教务提醒")
|
|
|
@GetMapping("/longNotReadToTeacher")
|
|
|
public AjaxResult longNotReadToTeacher(UserQueryBo bo){
|
|
|
iScheduleService.longNotReadToTeacher(bo);
|