@@ -338,7 +338,9 @@ public class MidJourneyAccountServiceImpl extends ServiceImpl<MidjourneyAccountM
}
-
+ if (!accountInfo.isEnable() && midjourneyAccount.getId() == null) {
+ return;
+ }
saveOrUpdate(midjourneyAccount);
});