fix: 优化定时任务逻辑
This commit is contained in:
parent
fd37d1c78e
commit
527eb5ea86
@ -119,7 +119,7 @@ public class PushConfigServiceImpl extends ServiceImpl<PushConfigMapper, PushCon
|
|||||||
if (Objects.equals(dbConfig.getTargetType(), 1)) {
|
if (Objects.equals(dbConfig.getTargetType(), 1)) {
|
||||||
softDeleteTargets(dbConfig.getId(), currentUserIdOrSystem(), new Date());
|
softDeleteTargets(dbConfig.getId(), currentUserIdOrSystem(), new Date());
|
||||||
}
|
}
|
||||||
// refreshQuartzJobIfExists(dbConfig);
|
refreshQuartzJobIfExists(dbConfig);
|
||||||
}
|
}
|
||||||
return updated;
|
return updated;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user