定时任务逻辑调整
This commit is contained in:
@@ -274,4 +274,10 @@ public class TestController {
|
||||
followTaskService.followTaskDailyRemind();
|
||||
return ResponseResult.success();
|
||||
}
|
||||
|
||||
@GetMapping("/followTaskAnHourAgoRemind")
|
||||
public ResponseResult followTaskAnHourAgoRemind() {
|
||||
followTaskService.followTaskAnHourAgoRemind();
|
||||
return ResponseResult.success();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user