|
|
@ -173,7 +173,7 @@ public class SysJobController extends BaseController
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 定时任务立即执行一次
|
|
|
|
* 定时任务立即执行一次
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@RequiresPermissions("monitor:job:changeStatus")
|
|
|
|
// @RequiresPermissions("monitor:job:changeStatus")
|
|
|
|
@Log(title = "定时任务", businessType = BusinessType.UPDATE)
|
|
|
|
@Log(title = "定时任务", businessType = BusinessType.UPDATE)
|
|
|
|
@PutMapping("/run")
|
|
|
|
@PutMapping("/run")
|
|
|
|
public AjaxResult run(@RequestBody SysJob job) throws SchedulerException
|
|
|
|
public AjaxResult run(@RequestBody SysJob job) throws SchedulerException
|
|
|
|