durong пре 5 година
родитељ
комит
4703b175d5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/Downloads.php

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

@@ -73,7 +73,7 @@ class Downloads extends Command
         }elseif($download->download_type == 'release_record'){
             $fileName = '发布账本-'.Carbon::now()->format('Y-m-d') .'_' .uniqid() .'.csv';
         }elseif($download->download_type == 'general_record'){
-            $fileName = '唯一/普通行为账本-'.Carbon::now()->format('Y-m-d') .'_' .uniqid() .'.csv';
+            $fileName = '普通行为账本-'.Carbon::now()->format('Y-m-d') .'_' .uniqid() .'.csv';
         }else{
             exit;
         }