Explorar o código

:fire: 导出离线数据

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
2793bc7a2e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      app/Console/Commands/UpgradeDaily.php

+ 2 - 1
app/Console/Commands/UpgradeDaily.php

@@ -73,11 +73,12 @@ class UpgradeDaily extends Command
         Log::info('社区术语表完毕 {app.env}',['app.env'=>$env]);
 
         # 导出离线数据
+        /*
         $this->call('export:offline',['format'=>'lzma']);
         $time = time()-$currTime;
         $message .= "export:offline:{$time}; ";
         Log::info('导出离线数据完毕{app.env}',['app.env'=>$env]);
-
+        */
         $time = time()-$start;
         $message .= "总时间:{$time}; ";