From 4221c3a012f2cfb884528d0d45bef3846c0efbbd Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Mon, 5 Jan 2026 14:22:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/entitys/chat_history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/entitys/chat_history.go b/internal/entitys/chat_history.go index a95854c..092be7d 100644 --- a/internal/entitys/chat_history.go +++ b/internal/entitys/chat_history.go @@ -26,7 +26,7 @@ type ChatHistQuery struct { } type ChatHisQueryResponse struct { - HisID int64 `gorm:"column:his_id;primaryKey;autoIncrement:true" json:"his_id"` + HisID int64 `gorm:"column:his_id;primaryKey;autoIncrement:true" json:"his_id"` SessionID string `gorm:"column:session_id;not null" json:"session_id"` Ques string `gorm:"column:ques;not null" json:"ques"` Ans string `gorm:"column:ans;not null" json:"ans"`