Skip to content

Commit

Permalink
[UPDATE]: 칭호 사장 이모지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sye1101 committed May 31, 2024
1 parent 48b52db commit 1dfaa99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface TitleRepository extends JpaRepository<Title, Long> {

@Query("SELECT " +
"GROUP_CONCAT(" +
" CASE WHEN t.ceo = true THEN '💸사장' ELSE '' END, " +
" CASE WHEN t.ceo = true THEN ',💸사장' ELSE '' END, " +
" CASE WHEN t.fashionista = true THEN ',🕶️패셔니스타' ELSE '' END, " +
" CASE WHEN t.foodie = true THEN ',🍴미식가' ELSE '' END, " +
" CASE WHEN t.greedy = true THEN ',😏욕심쟁이' ELSE '' END, " +
Expand Down

0 comments on commit 1dfaa99

Please sign in to comment.