cfmgrv3 init...3
This commit is contained in:
parent
e4918c900d
commit
5e4efd951f
@ -206,7 +206,7 @@ class CommonController extends BaseController
|
||||
throw new \Exception(__FUNCTION__ . " 오류 발생.\n" . var_export($this->_model->errors(), true));
|
||||
}
|
||||
} else {
|
||||
throw new \Exception("새로 변경된 값이 없습니다." . var_export($this->_viewDatas['fieldDatas'], true));
|
||||
throw new \Exception("새로 변경된 값이 없습니다.\n<br>" . var_export($this->_viewDatas['fieldDatas'], true));
|
||||
}
|
||||
return $entity;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user