|
|
@@ -65,12 +65,12 @@ public class FosterwxCashScheduleTaskListController extends BaseController<Foste
|
|
|
return AjaxResult.success("取消任务成功");
|
|
|
}
|
|
|
|
|
|
- @PostMapping("/reCreate")
|
|
|
- @ApiOperation("重新生成")
|
|
|
- public Object reCreate(FosterwxCashScheduleTaskList fosterwxCashScheduleTaskList) {
|
|
|
- fosterwxCashScheduleTaskListService.create(fosterwxCashScheduleTaskList);
|
|
|
-
|
|
|
- return AjaxResult.success("重新生成成功");
|
|
|
- }
|
|
|
+ // @PostMapping("/reCreate")
|
|
|
+ // @ApiOperation("重新生成")
|
|
|
+ // public Object reCreate(FosterwxCashScheduleTaskList fosterwxCashScheduleTaskList) {
|
|
|
+ // fosterwxCashScheduleTaskListService.create(fosterwxCashScheduleTaskList);
|
|
|
+ //
|
|
|
+ // return AjaxResult.success("重新生成成功");
|
|
|
+ // }
|
|
|
}
|
|
|
|