dbmsv3 init...1
This commit is contained in:
parent
60b2f83f05
commit
d3bca227ab
@ -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
Loading…
Reference in New Issue
Block a user