Commit 50c82a3c by xueli.xue

调度重构

parents 7dfed8e6 2bc58f34
......@@ -39,13 +39,13 @@ public class XxlJobInfoTest {
System.out.println(count);
System.out.println(info.getId());
XxlJobInfo item = xxlJobInfoDao.load(info.getId());
XxlJobInfo item = xxlJobInfoDao.load("job_name");
System.out.println(item);
}
@Test
public void update(){
XxlJobInfo item = xxlJobInfoDao.load(2);
XxlJobInfo item = xxlJobInfoDao.load("job_name");
item.setJobCron("jobCron2");
item.setJobData("jobData2");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment