소스 검색

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 년 전
부모
커밋
08401b32a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -55,7 +55,7 @@ class NowReportHandle extends Command
                         throw new Exception('暂不支持这个报表');
                 }
 
-                $file = excelSaveFile($res, $info['name'] . $info['start'] . '到' . $info['end']);
+                $file = excelSaveFile($res, $info['name'] . date('YmdHis'));
 
                 Db::name('exec')
                     ->where(['id' => $info['id'], 'status' => 1])//status==1 待处理