修正文字错误
This commit is contained in:
parent
1a5b024df6
commit
d2872539e3
@ -140,7 +140,7 @@ public class SysJobController extends BaseController
|
||||
}
|
||||
else if (!ScheduleUtils.whiteList(job.getInvokeTarget()))
|
||||
{
|
||||
return error("新增任务'" + job.getJobName() + "'失败,目标字符串不在白名单内");
|
||||
return error("修改任务'" + job.getJobName() + "'失败,目标字符串不在白名单内");
|
||||
}
|
||||
job.setUpdateBy(getUsername());
|
||||
return toAjax(jobService.updateJob(job));
|
||||
|
Loading…
Reference in New Issue
Block a user