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
50c82a3c
authored
Jan 12, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Plain Diff
调度重构
parents
7dfed8e6
2bc58f34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
xxl-job-admin/src/test/java/com/xxl/job/dao/impl/XxlJobInfoTest.java
xxl-job-admin/src/test/java/com/xxl/job/dao/impl/XxlJobInfoTest.java
View file @
50c82a3c
...
@@ -39,13 +39,13 @@ public class XxlJobInfoTest {
...
@@ -39,13 +39,13 @@ public class XxlJobInfoTest {
System
.
out
.
println
(
count
);
System
.
out
.
println
(
count
);
System
.
out
.
println
(
info
.
getId
());
System
.
out
.
println
(
info
.
getId
());
XxlJobInfo
item
=
xxlJobInfoDao
.
load
(
info
.
getId
()
);
XxlJobInfo
item
=
xxlJobInfoDao
.
load
(
"job_name"
);
System
.
out
.
println
(
item
);
System
.
out
.
println
(
item
);
}
}
@Test
@Test
public
void
update
(){
public
void
update
(){
XxlJobInfo
item
=
xxlJobInfoDao
.
load
(
2
);
XxlJobInfo
item
=
xxlJobInfoDao
.
load
(
"job_name"
);
item
.
setJobCron
(
"jobCron2"
);
item
.
setJobCron
(
"jobCron2"
);
item
.
setJobData
(
"jobData2"
);
item
.
setJobData
(
"jobData2"
);
...
...
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