|
|
@@ -338,7 +338,7 @@ public class MidJourneyAccountServiceImpl extends ServiceImpl<MidjourneyAccountM
|
|
|
List<MidjourneyAccount> list = list();
|
|
|
list.forEach((account)->{
|
|
|
if (!ids.contains(account.getInstanceId().toString())) {
|
|
|
- removeAccount(account.getId());
|
|
|
+ removeById(account.getId());
|
|
|
redisService.hdel(RedisService.key.MIDJOURNEY_ACCOUNT.getName(),account.getInstanceId());
|
|
|
}
|
|
|
});
|