diff --git a/app/Controllers/Admin/Customer/CustomerController.php b/app/Controllers/Admin/Customer/CustomerController.php index ff1a1d2..6e34fa4 100644 --- a/app/Controllers/Admin/Customer/CustomerController.php +++ b/app/Controllers/Admin/Customer/CustomerController.php @@ -12,7 +12,7 @@ use App\Services\Equipment\Part\CpuService; use App\Services\Equipment\Part\DefenceService; use App\Services\Equipment\Part\StorageService; use App\Services\Equipment\Part\IpService; -use App\Services\Equipment\Part\LINEService; +use App\Services\Equipment\Part\LineService; use App\Services\Equipment\Part\RamService; use App\Services\Equipment\Part\SoftwareService; use App\Services\Equipment\ServerService; diff --git a/app/Controllers/Admin/Customer/ServiceController.php b/app/Controllers/Admin/Customer/ServiceController.php index efab706..0345a5c 100644 --- a/app/Controllers/Admin/Customer/ServiceController.php +++ b/app/Controllers/Admin/Customer/ServiceController.php @@ -45,20 +45,20 @@ class ServiceController extends CustomerController } return $this->_serviceItemService; } - protected function getResultSuccess(string $message = MESSAGES["SUCCESS"]): RedirectResponse|string - { - switch ($this->getAction()) { - case 'index': - $this->control = $this->getControlDatas(); - $this->getHelper()->setViewDatas($this->getViewDatas()); - $result = view($this->view_path . 'service' . DIRECTORY_SEPARATOR . $this->getAction(), ['viewDatas' => $this->getViewDatas()]); - break; - default: - $result = parent::getResultSuccess($message); - break; - } - return $result; - } + // protected function getResultSuccess(string $message = MESSAGES["SUCCESS"]): RedirectResponse|string + // { + // switch ($this->getAction()) { + // case 'index': + // $this->control = $this->getControlDatas(); + // $this->getHelper()->setViewDatas($this->getViewDatas()); + // $result = view($this->view_path . 'service' . DIRECTORY_SEPARATOR . $this->getAction(), ['viewDatas' => $this->getViewDatas()]); + // break; + // default: + // $result = parent::getResultSuccess($message); + // break; + // } + // return $result; + // } //Index,FieldForm관련 protected function index_process(): array { diff --git a/app/Database/dbms_init_all.sql b/app/Database/dbms_init_all.sql index f67a0ab..1257bf0 100644 --- a/app/Database/dbms_init_all.sql +++ b/app/Database/dbms_init_all.sql @@ -1,4 +1,4 @@ -/*!999999\- enable the sandbox mode */ +/*!999999- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.5.25-MariaDB, for Win64 (AMD64) -- -- Host: localhost Database: dbms diff --git a/app/Views/admin/service/index.php b/app/Views/admin/service/index.php index 8a597ea..66df597 100644 --- a/app/Views/admin/service/index.php +++ b/app/Views/admin/service/index.php @@ -43,7 +43,7 @@ getListButton('delete', $viewDatas) ?> - + @@ -58,7 +58,7 @@
- +