mirror of https://gitee.com/y_project/RuoYi.git
修正文字错误
parent
6c3f0c36ff
commit
871c0a115d
|
@ -203,7 +203,7 @@ public class SysJobController extends BaseController
|
|||
}
|
||||
else if (!ScheduleUtils.whiteList(job.getInvokeTarget()))
|
||||
{
|
||||
return error("新增任务'" + job.getJobName() + "'失败,目标字符串不在白名单内");
|
||||
return error("修改任务'" + job.getJobName() + "'失败,目标字符串不在白名单内");
|
||||
}
|
||||
return toAjax(jobService.updateJob(job));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue