]> gitweb.erp-flowers.ru Git - yii-erp24/.git/commitdiff
insert ignore c mysql переведен postgresql правки
authormarina <m.zozirova@gmail.com>
Sat, 27 Apr 2024 15:59:01 +0000 (18:59 +0300)
committermarina <m.zozirova@gmail.com>
Sat, 27 Apr 2024 15:59:01 +0000 (18:59 +0300)
erp24/modul/shipment/functionsShipment.php

index 366fb556eb348874abeac7eb7cccb7de2b0da85b..6c048c1540f6a62fc3738ad6c918b5efefcceb3d 100644 (file)
@@ -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(),