fix: 优化定时任务逻辑

This commit is contained in:
tangwei 2026-07-09 13:59:04 +08:00
parent fd37d1c78e
commit 527eb5ea86

View File

@ -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;
} }