-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 scoreRecordsPerCoalition 에서 coalition 이 얻은 점수가 없는 경우에 대한 처리 추가
- lookup 했을 때 0개가 나오는 경우, coalition 자체가 반환이 안되기 때문에 애초에 aggregate 를 coalition 기준으로 하도록 변경 - 특정 날짜에 대해 없는 경우 records 의 개수가 date 범위와 맞지 않기 때문에 이를 0 으로 채워서 반환하도록 수정 - close #332
- Loading branch information
Showing
2 changed files
with
85 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters