issues
search
Jandy-SeoulTech
/
Design-Seller-Back
잔디 1인기업팀 백엔드입니다.
MIT License
0
stars
0
forks
source link
Feature/33 production category search
#37
Closed
EomYoosang
closed
2 years ago
EomYoosang
commented
2 years ago
개요
제작 상품을 카테고리별 조회할 수 있도록 기능을 수정한다.
작업사항
ProductionApiController의 getProductionList / ProductionService의 getProductionList 메서드에 categoryId argument 추가
ProductionApiRepository삭제 및 ProductionRepository 내부에 findAll 메서드 구현
ProductionRepository에 findByCategoryId 구현
변경 로직
ProductionService의 getProductionList에서 받은 categoryId가 null이면 findAll, null이 아니면 findByCategoryId를 실행
개요
작업사항
변경 로직