Skip to content

Commit

Permalink
fix: dish 리스트 조회 쿼리 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
somln committed Oct 1, 2024
1 parent 138eaf3 commit 9ce7f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ boolean existsByDishStoreIdAndDishNameAndDishIdNot(

Optional<DishEntity> findByDishIdAndIsDeletedFalse(Long aLong);

Optional<DishEntity> findByDishCategoryIdAndIsDeletedFalse(Long categoryId);
List<DishEntity> findByDishCategoryIdAndIsDeletedFalse(Long categoryId);

boolean existsByDishStoreIdAndDishNameAndIsDeletedFalse(Long storeId, String dishName);

Expand Down

0 comments on commit 9ce7f80

Please sign in to comment.