trafficmonitor init...2
This commit is contained in:
parent
57e0cf6b06
commit
c219b78b45
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user