mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 04:44:19 +08:00
(improvement)(chat) show cases distinct by queryText (#275)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
and user_name = #{userName}
|
||||
</if>
|
||||
order by score, chat_id desc
|
||||
)
|
||||
) a
|
||||
limit #{start}, #{limit}
|
||||
) q2 on q1.chat_id = q2.chat_id
|
||||
where agent_id = ${agentId} and (score is null or score > 1)
|
||||
|
||||
Reference in New Issue
Block a user