瀏覽代碼

fix: Count exception occurs when searching conversations (#8754)

Co-authored-by: zheng.gao <zheng.gao@amh-group.com>
tags/0.9.2
gaocarri 1 年之前
父節點
當前提交
8204e0e14a
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      api/controllers/console/app/conversation.py

+ 1
- 0
api/controllers/console/app/conversation.py 查看文件

@@ -188,6 +188,7 @@ class ChatConversationApi(Resource):
subquery.c.from_end_user_session_id.ilike(keyword_filter),
),
)
.group_by(Conversation.id)
)

account = current_user

Loading…
取消
儲存