ソースを参照

exact id

master
Daniel 3年前
コミット
f86c17c9b8
1個のファイルの変更4行の追加7行の削除
  1. +4
    -7
      api/IsotopeDatabaseHandler.php

+ 4
- 7
api/IsotopeDatabaseHandler.php ファイルの表示

@@ -1,8 +1,4 @@
<?php
/**
* @author Daniel Knudsen <d.knudsen@spawntree.de>
* @date 11.07.22
*/

require_once('Product.php');

@@ -27,7 +23,6 @@ class IsotopeDatabaseHandler
}
}


public function processProducts(array $products)
{
$this->dbHandle->beginTransaction();
@@ -124,7 +119,8 @@ class IsotopeDatabaseHandler
cssID,
published,
start,
stop
stop,
exact_id
) VALUES (
0,
0,
@@ -149,7 +145,8 @@ class IsotopeDatabaseHandler
'',
'0',
'',
''
'',
'".$product->getId()."'
)";
$this->dbHandle->query($sql);
return $this->dbHandle->lastInsertId();


読み込み中…
キャンセル
保存