@ -91,5 +91,8 @@ public interface JournalDao extends JpaRepository<Journal,String>,JpaSpecificati
@Query(value="select journal_no FROM tb_journal where id=?1",nativeQuery=true)
StringfindJournalNoById(StringjournalId);
@Query(value="select tbl.* from (select tbl1.* from indie_music.tb_journal tbl1 order by user_collect_count DESC LIMIT 50) tbl order by rand() limit 8",nativeQuery=true)