dong025 5 napja
szülő
commit
4878c39508
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      application/common/model/ProductOrder.php

+ 1 - 1
application/common/model/ProductOrder.php

@@ -314,7 +314,7 @@ class ProductOrder extends Model
             'order_id' => $orderId,
             'product_id' => $productId,
             'type_id' => $typeId,
-            'status' => 5,
+            'status' => 1,
             'area_id' => 0,
             'price' => $price,
             'popular_price' => $price,