-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect result of querying instance in study
# Problem - When search /studies/2.16.840.1.113995.3.110.3.0.10118.2000002.278819.649182/instances - , it should response 10 result but got 17 - The issues is using left outer join rather than inner join # Solutions - Use inner join instead of outer join - Add required in sequelize query options to do inner join
- Loading branch information
1 parent
34103a5
commit 5c9b223
Showing
2 changed files
with
4 additions
and
2 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