提交 92b7a531 authored 作者: inroi's avatar inroi

微调

上级 8891583e
......@@ -108,7 +108,7 @@ public class QuartzJobServiceImpl extends ServiceImpl<QuartzJobMapper, QuartzJob
return temp01;
}
quartzJobMapper.updateStatusByJobClassName(records.getJobClassName(), 1);
quartzJobMapper.updateStatusByJobClassName(records.getJobClassName(), 0);
return RestResponse.success();
}
......@@ -129,7 +129,7 @@ public class QuartzJobServiceImpl extends ServiceImpl<QuartzJobMapper, QuartzJob
return temp02;
}
quartzJobMapper.updateStatusByJobClassName(inVo.getJobClassName(), 0);
quartzJobMapper.updateStatusByJobClassName(inVo.getJobClassName(), 1);
return RestResponse.success();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论