|
|
@@ -139,10 +139,9 @@ class CsController extends PublicController
|
|
|
|
|
|
$objPHPExcel->setActiveSheetIndex(0);
|
|
|
|
|
|
- $date = date('n月j日');
|
|
|
|
|
|
header('Content-Type: application/vnd.ms-excel');
|
|
|
- header('Content-Disposition: attachment;filename="'.$date.'.xls"');
|
|
|
+ header('Content-Disposition: attachment;filename="0922.xls"');
|
|
|
header('Cache-Control: max-age=0');
|
|
|
|
|
|
header('Cache-Control: max-age=1');
|