|
@@ -500,4 +500,11 @@ public class ScheduleController extends BaseController {
|
|
|
iScheduleService.classExpirationReminder();
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation("学时未推送后台提示")
|
|
|
+ @GetMapping("/period/push/reminder")
|
|
|
+ public AjaxResult periodPushReminder(){
|
|
|
+ iScheduleService.periodPushReminder();
|
|
|
+ return AjaxResult.success();
|
|
|
+ }
|
|
|
}
|