Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
meanspec-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MeanSpec (SCE338 2024-2 Group 1)
meanspec-backend
Commits
928412db
Verified
Commit
928412db
authored
5 months ago
by
Eunhak Lee
Browse files
Options
Downloads
Patches
Plain Diff
hotfix: 부품 필터에서 같은 항목이 여러 번 나타나는 오류 해결
parent
d80f45ea
No related branches found
No related tags found
No related merge requests found
Pipeline
#10976
passed
5 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/repositories/partRepository.js
+1
-1
1 addition, 1 deletion
src/repositories/partRepository.js
with
1 addition
and
1 deletion
src/repositories/partRepository.js
+
1
−
1
View file @
928412db
...
...
@@ -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
()}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment