cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-22 09:23:37 +09:00
parent e4918c900d
commit 5e4efd951f

View File

@ -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;
}