dbms_init...1
This commit is contained in:
parent
3960b7d394
commit
7c19c6b5b6
@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user