Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public List<Recent5RecordImagesRes> retrieveCurrentRecordImages(UserPrincipal us
* 전체 사용자 기록 통계 조회 (월별 조회 및 일간 조회 개선)
*/
public AllUserRecordStatsRes getAllUserRecordStats(UserPrincipal userPrincipal, String category, String period, String month) {
// validUserById(userPrincipal);
validUserById(userPrincipal);
String redisKey = getRedisKey(period);

// 총 기록 횟수 조회
Expand Down Expand Up @@ -353,10 +353,6 @@ private int getMaxDailyRecord(String redisKey, String category) {
return records.size();
}


/**
* TOP 5 키워드 조회 (모든 데이터 가져온 후 서비스 단에서 필터링)
*/
/**
* TOP 5 키워드 조회 (모든 데이터 가져온 후 서비스 단에서 필터링)
*/
Expand Down