From d74a88583aa80c265daba118b292c1691fd0163c Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 28 Dec 2025 15:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/addon/theme_configurator/model/ThemeConfigModel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/addon/theme_configurator/model/ThemeConfigModel.php b/plugins/addon/theme_configurator/model/ThemeConfigModel.php index 4dd7f83..c3fb3b1 100644 --- a/plugins/addon/theme_configurator/model/ThemeConfigModel.php +++ b/plugins/addon/theme_configurator/model/ThemeConfigModel.php @@ -79,7 +79,6 @@ class ThemeConfigModel if ($exists) { $this->query()->where('id', $exists['id'])->update($payload); } else { - $payload['create_time'] = time(); $this->query()->insert($payload); }