From 2d6875c93b25d0b7336c7fa11e066d213259fe2e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 25 四月 2024 10:02:01 +0800
Subject: [PATCH] 更改定时任务时区设置

---
 model/system_status.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/model/system_status.go b/model/system_status.go
index 90a05ee..f5d15b5 100644
--- a/model/system_status.go
+++ b/model/system_status.go
@@ -12,7 +12,7 @@
 type (
 	// SystemStatus 绯荤粺鐘舵��
 	SystemStatus struct {
-		gorm.Model
+		CommonModel
 		Key   constvar.SystemStatusKey   `json:"key" gorm:"column:key;type:varchar(255);not null"`
 		Value constvar.SystemStatusValue `json:"value" gorm:"column:value;type:varchar(255);not null"`
 	}

--
Gitblit v1.8.0