Skip to content
Snippets Groups Projects
Verified Commit 928412db authored by Eunhak Lee's avatar Eunhak Lee
Browse files

hotfix: 부품 필터에서 같은 항목이 여러 번 나타나는 오류 해결

parent d80f45ea
No related branches found
No related tags found
No related merge requests found
Pipeline #10976 passed
......@@ -45,7 +45,7 @@ const PartRepository = {
async getPartsByFilters(partType, whereClauses, queryValues) {
const query = `
SELECT
parts.id AS partId,
DISTINCT parts.id AS partId,
parts.name,
parts.image_url
FROM part_info_${partType.toLowerCase()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment