From 5d8b72b499dab67132818bfdcb681fe6b98bf699 Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Thu, 19 Jun 2025 16:17:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/asChat/handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/service/asChat/handler.go b/pkg/service/asChat/handler.go index 95dd770..d6191a5 100644 --- a/pkg/service/asChat/handler.go +++ b/pkg/service/asChat/handler.go @@ -263,8 +263,8 @@ func (cr ChatHandler) MessageList(c *gin.Context) { // return // } //} - messages := cr.cache.GetChatRecord(request.SessionId) - //messages := []*accountFiee.ChatRecordData{} + //messages := cr.cache.GetChatRecord(request.SessionId) + messages := []*accountFiee.ChatRecordData{} var returnDataIdList = make([]int64, 0) defer func() { //获取最新数据时,重置新消息数量统计