dong025 5 дней назад
Родитель
Сommit
4878c39508
1 измененных файлов с 1 добавлено и 1 удалено
  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,