|
@@ -96,6 +96,13 @@ public class ScheduleController extends BaseController {
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation("二建服务到期提醒")
|
|
|
+ @GetMapping("/sendServiceEnd")
|
|
|
+ public AjaxResult sendServiceEnd() {
|
|
|
+ iScheduleService.sendServiceEnd();
|
|
|
+ return AjaxResult.success();
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 考试提醒
|
|
|
* @return
|