修正文字错误

This commit is contained in:
RuoYi 2022-01-07 13:08:51 +08:00
parent 1a5b024df6
commit d2872539e3
1 changed files with 1 additions and 1 deletions

View File

@ -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));