Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f60cce5b
authored
Jan 21, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
任务组获取方式fix
parent
5a55f996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
xxl-job-admin/src/main/java/com/xxl/job/core/util/DynamicSchedulerUtil.java
xxl-job-admin/src/main/java/com/xxl/job/core/util/DynamicSchedulerUtil.java
View file @
f60cce5b
...
@@ -102,8 +102,8 @@ public final class DynamicSchedulerUtil implements InitializingBean {
...
@@ -102,8 +102,8 @@ public final class DynamicSchedulerUtil implements InitializingBean {
// fill job info
// fill job info
public
static
void
fillJobInfo
(
XxlJobInfo
jobInfo
)
{
public
static
void
fillJobInfo
(
XxlJobInfo
jobInfo
)
{
// TriggerKey : name + group
// TriggerKey : name + group
TriggerKey
triggerKey
=
TriggerKey
.
triggerKey
(
jobInfo
.
getJobName
(),
Scheduler
.
DEFAULT_GROUP
);
TriggerKey
triggerKey
=
TriggerKey
.
triggerKey
(
jobInfo
.
getJobName
(),
jobInfo
.
getJobGroup
()
);
JobKey
jobKey
=
new
JobKey
(
jobInfo
.
getJobName
(),
Scheduler
.
DEFAULT_GROUP
);
JobKey
jobKey
=
new
JobKey
(
jobInfo
.
getJobName
(),
jobInfo
.
getJobGroup
()
);
try
{
try
{
Trigger
trigger
=
scheduler
.
getTrigger
(
triggerKey
);
Trigger
trigger
=
scheduler
.
getTrigger
(
triggerKey
);
JobDetail
jobDetail
=
scheduler
.
getJobDetail
(
jobKey
);
JobDetail
jobDetail
=
scheduler
.
getJobDetail
(
jobKey
);
...
...
Write
Preview
Markdown
is supported
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