Pārlūkot izejas kodu

Merge branch 'jun' into test

jun 2 nedēļas atpakaļ
vecāks
revīzija
4bb48fe3e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,