From e7d8f739a82ec69fa3fbe8f7b82b72d1d4b909af Mon Sep 17 00:00:00 2001 From: hdm Date: Wed, 23 Feb 2022 23:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8bug?= =?UTF-8?q?=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 1535a70..27a0273 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=[]; //已读回执