From 483a3021b56e7ff26fa156521521da8363ef9b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 25 Feb 2026 17:41:30 +0900 Subject: [PATCH] dbmsv4 init...5 --- app/Services/Equipment/ServerService.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Services/Equipment/ServerService.php b/app/Services/Equipment/ServerService.php index 636c725..123c1b0 100644 --- a/app/Services/Equipment/ServerService.php +++ b/app/Services/Equipment/ServerService.php @@ -141,13 +141,12 @@ class ServerService extends EquipmentService } $oldEntity = clone $entity; - echo var_dump($formDatas); - dd($entity); $entity = parent::modify_process($entity, $formDatas); if (!$entity instanceof ServerEntity) { throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생:Return Type은 ServerEntity만 가능"); } - + echo var_dump($oldEntity); + dd($entity); if ($oldEntity->getIP() !== $entity->getIP()) { if (!$oldEntity->getIP()) { //null이거나 공백인경우 service('part_ipservice')->detachFromServer($oldEntity);