캐릭터 챗봇 #338

Merged
klaus merged 119 commits from test into main 2025-09-10 06:08:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 005bb0ea2e - Show all commits

View File

@ -59,7 +59,7 @@ interface ChatCharacterRepository : JpaRepository<ChatCharacter, Long> {
AND pc.isActive = true AND pc.isActive = true
AND r.isActive = true AND r.isActive = true
GROUP BY c.id GROUP BY c.id
ORDER BY COALESCE(MAX(m.createdAt), r.createdAt) DESC ORDER BY MAX(COALESCE(m.createdAt, r.createdAt)) DESC
""" """
) )
fun findRecentCharactersByMember( fun findRecentCharactersByMember(