From 396304d313b00c9b18a8b11bb284739463a7b58a Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 16 May 2019 17:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/PaymentService.php b/webht/third_party/pay/controllers/PaymentService.php index 76800b78..c617d755 100644 --- a/webht/third_party/pay/controllers/PaymentService.php +++ b/webht/third_party/pay/controllers/PaymentService.php @@ -445,7 +445,7 @@ log_message('error','send_notify begin ----'); ->SetCellValue('J'.$rowCount, $row['payment_date']); $rowCount++; } - $time_set = date('Y-m-d_H_i_s') + $time_set = date('Y-m-d_H_i_s'); $filename = "refund_imported_" . $time_set; $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5'); $objWriter->save(FCPATH . "download_statement/refund/" . $filename . ".xls");