From c219b78b45957fc6b79d3393b4119d42a763a128 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 12 Nov 2025 17:04:19 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Services/CommonService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index 1d906bc..d2176e6 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -134,8 +134,6 @@ abstract class CommonService //생성용 protected function create_process(array $formDatas): CommonEntity { - //PrimaryKey 필드는 생성에서 제외 - unset($formDatas[$this->model->primaryKey]); $result = $this->model->insert($formDatas, $this->model->useAutoIncrement()); log_message('debug', $this->model->getLastQuery()); if ($result === false) {