Browse Source

Merge pull request #1675 from visuddhinanda/laravel

< 替换为实体符
visuddhinanda 2 years ago
parent
commit
4049936410

+ 4 - 0
app/Console/Commands/ExportZip.php

@@ -70,6 +70,10 @@ class ExportZip extends Command
         }
         $zipFullFileName = storage_path($exportPath.'/'.$zipFile);
 
+        unlink($zipFullFileName);
+
+        Log::debug('export offline: delete old file:'.$zipFullFileName);
+
         shell_exec("cd ".storage_path($exportPath));
         if($this->argument('format')==='7z'){
             $command = "7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on {$zipFullFileName} {$exportFullFileName}";

File diff suppressed because it is too large
+ 156 - 156
public/dicttext/jp/syhy-paper/index.csv


File diff suppressed because it is too large
+ 124 - 124
public/dicttext/jp/syzb-paper/syzb.csv


Some files were not shown because too many files changed in this diff