From ac70fd3f79310460761c5b7a80d8fd3db783bc67 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 28 Dec 2020 15:15:48 +0800 Subject: [PATCH] =?UTF-8?q?12.28=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Payment/Controller/PaymentController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index 655b2b400..9d7e7b81a 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -249,7 +249,7 @@ class PaymentController extends BaseController $company_info = json_decode($value['company_info'],true); $data[$key]['ali_user'] = $company_info['ali_user']; $data[$key]['ali_account'] = $company_info['ali_account']; - $data[$key]['statement_time'] = date("Y-m-d H:i:s",$value['statement_begin_time']).'-'.date("Y-m-d H:i:s",$value['statement_end_time']); + $data[$key]['statement_time'] = date("Y-m-d",$value['statement_begin_time']).'-'.date("Y-m-d",$value['statement_end_time']); if($value['pay_check'] == 0){ $v['pay_check_detail'] = "--";