From 76fdaa116abc7add63ad1af4472960a06a7189e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 21 Feb 2025 10:42:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/src/model/SystemConfig.php | 2 ++ plugin/think-library/src/model/SystemNode.php | 3 +++ 2 files changed, 5 insertions(+) diff --git a/plugin/think-library/src/model/SystemConfig.php b/plugin/think-library/src/model/SystemConfig.php index 76c7c454c..47104f818 100644 --- a/plugin/think-library/src/model/SystemConfig.php +++ b/plugin/think-library/src/model/SystemConfig.php @@ -27,4 +27,6 @@ use think\admin\Model; */ class SystemConfig extends Model { + protected $updateTime = false; + protected $createTime = false; } \ No newline at end of file diff --git a/plugin/think-library/src/model/SystemNode.php b/plugin/think-library/src/model/SystemNode.php index 51ccd5aeb..4d4618554 100644 --- a/plugin/think-library/src/model/SystemNode.php +++ b/plugin/think-library/src/model/SystemNode.php @@ -28,6 +28,9 @@ use think\admin\Model; */ class SystemNode extends Model { + protected $updateTime = false; + protected $createTime = false; + /** * 绑定模型名称 * @var string