From: marina Date: Sat, 27 Apr 2024 15:59:01 +0000 (+0300) Subject: insert ignore c mysql переведен postgresql правки X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=1f7e511e9628ca2727927d9dbe3ee116ccd1e30e;p=yii-erp24%2F.git insert ignore c mysql переведен postgresql правки --- diff --git a/erp24/modul/shipment/functionsShipment.php b/erp24/modul/shipment/functionsShipment.php index 366fb55..6c048c1 100644 --- a/erp24/modul/shipment/functionsShipment.php +++ b/erp24/modul/shipment/functionsShipment.php @@ -432,7 +432,7 @@ if(!empty($_GET["status"]) and !empty($store_id) and !empty($orderId)) { VALUES ('$orderId', $status_order_id, 1, NOW(), " . $_SESSION["admin_id"] . ") ON CONFLICT (id) DO UPDATE SET order_id = '$orderId', - store_id = ' . $store_id . ' + store_id = ' . $store_id . ', status_id = $status_order_id, status = 1, date = NOW(),