提交 f5e9b6f5 authored 作者: inroi's avatar inroi

微调

上级 1a3a2455
...@@ -94,7 +94,7 @@ public class SynchronizationServiceImpl implements ISynchronizationService { ...@@ -94,7 +94,7 @@ public class SynchronizationServiceImpl implements ISynchronizationService {
QuartzJob quartzJob = quartzJobService.getBaseMapper().selectById("1"); QuartzJob quartzJob = quartzJobService.getBaseMapper().selectById("1");
if (StringUtil.isNotNull(quartzJob)) { if (StringUtil.isNotNull(quartzJob)) {
if (quartzJob.getStatus() == 1) { if (quartzJob.getStatus() == 0) {
return RestResponse.fail("请先关闭同步再保存!"); return RestResponse.fail("请先关闭同步再保存!");
} }
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论