From f68b344e6e0a3750672c6066bfcd5e70c5bf40c0 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Tue, 13 Jun 2023 16:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=97=E9=93=BA=E4=BA=91?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/listener/CloudProduct.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/listener/CloudProduct.php b/app/listener/CloudProduct.php index fa2a599e..e956ce2d 100644 --- a/app/listener/CloudProduct.php +++ b/app/listener/CloudProduct.php @@ -36,7 +36,7 @@ class CloudProduct 'source_mer_id' => $product['mer_id'], 'product_id' => $product['product_id'], 'status' => $status, - 'create_time' => time(), + 'create_time' => date('Y-m-d H:i:s'), ]; $repo->create($values); } else {