dbms_init...1

This commit is contained in:
choi.jh 2025-06-26 14:07:33 +09:00
parent 3960b7d394
commit 7c19c6b5b6

View File

@ -48,6 +48,6 @@ class SwitchService extends EquipmentService
if (!$entity) { if (!$entity) {
throw new \Exception("{$code}에 대한 Switch Port정보를 찾을수 없습니다."); throw new \Exception("{$code}에 대한 Switch Port정보를 찾을수 없습니다.");
} }
return $this->getModel()->modify($code, ['status' => $status]); return $this->getModel()->modify($entity, ['status' => $status]);
} }
} }