From 0a171acec68180bb92dc1e364b0f281bab36d172 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 21 May 2025 14:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=97=A8=E5=BA=97=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/store/controller/CustomerController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/application/store/controller/CustomerController.php b/Server/application/store/controller/CustomerController.php index 540b0105..9bec2a68 100644 --- a/Server/application/store/controller/CustomerController.php +++ b/Server/application/store/controller/CustomerController.php @@ -77,6 +77,7 @@ class CustomerController extends Api // 格式化数据 foreach ($list as &$item) { $item['labels'] = json_decode($item['labels'], true); + $item['createTime'] = date('Y-m-d H:i:s', $item['createTime']); } unset($item);