定时任务导出增加并发执行字段

This commit is contained in:
RuoYi
2019-03-13 20:24:12 +08:00
parent e34b4ea63d
commit 47f5d7a7b7
6 changed files with 4 additions and 12 deletions

View File

@ -123,7 +123,7 @@ public class SysJobController extends BaseController
@RequiresPermissions("monitor:job:add")
@PostMapping("/add")
@ResponseBody
public AjaxResult addSave(SysJob job) throws Exception
public AjaxResult addSave(SysJob job) throws SchedulerException, TaskException
{
return toAjax(jobService.insertJobCron(job));
}