From d73a00bc8cf38ac2f17f1dc8dff714967eeee20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 11 Mar 2026 16:53:28 +0900 Subject: [PATCH] dbmsv4 init...5 --- app/Services/Equipment/ServerPartService.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Services/Equipment/ServerPartService.php b/app/Services/Equipment/ServerPartService.php index 97cb4eb..348abf7 100644 --- a/app/Services/Equipment/ServerPartService.php +++ b/app/Services/Equipment/ServerPartService.php @@ -221,9 +221,6 @@ class ServerPartService extends EquipmentService public function detachFromServer(ServerEntity $serverEntity): void { foreach ($this->getEntities(['serverinfo_uid' => $serverEntity->getPK(), "billing !=" => PAYMENT['BILLING']['BASE']]) as $entity) { - if (!$entity instanceof ServerPartEntity) { - continue; - } //파트정보 해지 $this->getPartService($entity->getType())->detachFromServerPart($entity); //서버파트 해지