Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
d2872539
Commit
d2872539
authored
Jan 07, 2022
by
RuoYi
Browse files
修正文字错误
parent
1a5b024d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobController.java
View file @
d2872539
...
...
@@ -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
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment