From 59ac3141ef3e9eb741c2927a7adfd3cb52b21741 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 31 八月 2021 15:03:39 +0800
Subject: [PATCH] use fjt c_bhomebus

---
 ruleServerLog.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruleServerLog.go b/ruleServerLog.go
index 3949b67..dc01328 100644
--- a/ruleServerLog.go
+++ b/ruleServerLog.go
@@ -10,7 +10,7 @@
 	TotalFailure int    `gorm:"column:totalFailure" json:"totalFailure"`
 	TotalCached  string `gorm:"column:totalCached" json:"totalCached"`
 	LastSendDate string `gorm:"column:lastSendDate" json:"lastSendDate"`
-	CreateDate   int64  `gorm:"column:createDate" json:"createDate"`
+	CreateDate   string  `gorm:"column:createDate" json:"createDate"`
 }
 
 type RuleServerPushLog struct {

--
Gitblit v1.8.0