From 7f87c3aa198f7a74b10d4566d048db0866c17c52 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 24 一月 2022 19:52:02 +0800
Subject: [PATCH] 删除多余的日志级别

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

diff --git a/ruleServerLog.go b/ruleServerLog.go
index 04aea9b..980fdbd 100644
--- a/ruleServerLog.go
+++ b/ruleServerLog.go
@@ -19,7 +19,7 @@
 	TotalFailure  int    `gorm:"column:totalFailure" json:"totalFailure"`
 	TotalCached   string `gorm:"column:totalCached" json:"totalCached"`
 	LastSendDate  string `gorm:"column:lastSendDate" json:"lastSendDate"`
-	LastSendState string `gorm:"column:lastSendDate" json:"lastSendDate"`
+	LastSendState string `gorm:"column:lastSendState" json:"lastSendState"`
 	CreateDate    string `gorm:"column:createDate" json:"createDate"`
 }
 

--
Gitblit v1.8.0