From a7ab9dee259473b2d3f59cf7d047254b9ee9edef Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 14 Feb 2022 23:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E8=AF=A6=E6=83=8524=E5=B0=8F?= =?UTF-8?q?=E6=97=B6=E5=88=B6bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/message/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/message/controller/Index.php b/app/message/controller/Index.php index 6c588f9..1535a70 100644 --- a/app/message/controller/Index.php +++ b/app/message/controller/Index.php @@ -309,7 +309,7 @@ class Index extends BaseController ->where(array('mf.mid' => $detail['id'])) ->select()->toArray(); $detail['file_array'] = $file_array; - $detail['send_time'] = date('Y-m-d h:i:s',$detail['send_time']); + $detail['send_time'] = date('Y-m-d H:i:s',,$detail['send_time']); //发送人查询 $user_names=[]; //已读回执