wugg 7 ماه پیش
والد
کامیت
b2121a103d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app/command/sysGood.php

+ 0 - 1
app/command/sysGood.php

@@ -27,7 +27,6 @@ class sysGood extends Command
     protected function execute(Input $input, Output $output)
     {
         $this->date = date('Y-m-d H:i:s', time() - 3600);
-      //  $this->date = "2024-08-05 00:00:00";
 	    $goodset =Cache::store('redis')->get('goodSet');
 	    if($goodset ==1) return;
 	    Cache::store('redis')->set('goodSet',1,1800);