From b39f315ac278f1250b7e2b68629933683ee731d6 Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Wed, 18 Jun 2025 15:33:07 +0800 Subject: [PATCH] Update chatAutoReplyRulerHandler.go --- pkg/service/asChat/chatAutoReplyRulerHandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/asChat/chatAutoReplyRulerHandler.go b/pkg/service/asChat/chatAutoReplyRulerHandler.go index 0483069..4bdaffc 100644 --- a/pkg/service/asChat/chatAutoReplyRulerHandler.go +++ b/pkg/service/asChat/chatAutoReplyRulerHandler.go @@ -111,7 +111,7 @@ func (a *ChatAutoReplyRulerHandler) GetChatAutoReplyRulerList(c *gin.Context) { var protoReq = accountFiee.GetChatAutoReplyRulerListRequest{Query: &accountFiee.ChatAutoReplyRulerData{}} utils.RequestDataConvert(&req, &protoReq) if req.RuleType != "" { - protoReq.Where = fmt.Sprintf("ruler LIKE '%%%s\":{\"enable\":true}%%'", req.RuleType) + protoReq.Where = fmt.Sprintf("ruler LIKE '%%%s\":{\"enable\":true%%'", req.RuleType) } resp, err := service.AccountFieeProvider.GetChatAutoReplyRulerList(c, &protoReq) if err != nil {