|
@@ -92,7 +92,7 @@ public class ScheduleController extends BaseController {
|
|
|
*/
|
|
|
@ApiOperation("计划更新每晚0点更新")
|
|
|
@GetMapping("/UpPlan")
|
|
|
- public AjaxResult UpPlan(UserQueryBo bo) throws ParseException {
|
|
|
+ public AjaxResult UpPlan(UserQueryBo bo){
|
|
|
iScheduleService.UpPlan(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
@@ -103,7 +103,7 @@ public class ScheduleController extends BaseController {
|
|
|
*/
|
|
|
@ApiOperation("更新过期时间")
|
|
|
@GetMapping("/UpExam")
|
|
|
- public AjaxResult UpExam(UserQueryBo bo) throws ParseException {
|
|
|
+ public AjaxResult UpExam(UserQueryBo bo){
|
|
|
iScheduleService.UpExam(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|