dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-02 16:07:43 +09:00
parent 60b2f83f05
commit d3bca227ab
2 changed files with 6 additions and 6 deletions

View File

@ -161,7 +161,7 @@ class ServiceController extends CustomerController
$formDatas['type'] = 'alternative'; //대체서버로 등록하기위해 필요
$this->entity = $this->getService()->addServer($entity, $formDatas);
$db->transCommit();
return $this->getResultSuccess("대체서버추가가 완료되었습니다.");
return "대체서버추가가 완료되었습니다.";
} catch (\Exception $e) {
$db->transRollback();
return $this->getResultFail($e->getMessage());

File diff suppressed because one or more lines are too long