修正文字错误

pull/361/head
RuoYi 2022-01-07 11:26:24 +08:00
parent 6c3f0c36ff
commit 871c0a115d
1 changed files with 1 additions and 1 deletions

View File

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