zz пре 5 година
родитељ
комит
05e73aa632
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/CheckOrderStatus.php

+ 1 - 1
app/Console/Commands/CheckOrderStatus.php

@@ -51,7 +51,7 @@ class CheckOrderStatus extends Command
         if($uid) {
             $this->checkOne($uid);
         }else{
-            $result = UserMonthSign::where('created_at','>=',date('Y-m-d H:i:s',time()-300))->select('uid')->get();
+            $result = UserMonthSign::where('created_at','>=',date('Y-m-d H:i:s',time()-1800))->select('uid')->get();
             if($result->isNotEmpty()){
                 foreach ($result as $item){
                     $this->checkOne($item->uid);