jun 2 недель назад
Родитель
Сommit
dbaf93d498
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Api/Orders.php

+ 1 - 1
app/Http/Controllers/Api/Orders.php

@@ -845,7 +845,7 @@ class Orders extends Api{
                     'active_id'     =>  $regimentActiveInfo['id'],
                     'product_id'    =>  $buyInfo['product_id'],
                     'people_number' =>  $isPay ? 0 : 1,
-                    'status'        =>  $isPay ? 4 : 0,
+                    'status'        =>  0,
                     'start_time'    =>  $time,
                     'end_time'      =>  $time + $regimentActiveInfo['expiration']*3600,
                     'update_time'   =>  $time,