Skip to content

Commit

Permalink
Merge pull request #53 from Tea-Bliss/dev
Browse files Browse the repository at this point in the history
♻refactor: mapper 핫픽스
  • Loading branch information
lemonticsoul authored Jun 18, 2024
2 parents c932f36 + e2f7ac8 commit 8c702a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/store/teabliss/tea/mapper/TeaMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public interface TeaMapper {

Long countByCategory(String category);

Tea search(Long itemid);
Tea search(Long id);

void saveIngredient(TeaIngredient ingredient);
void saveFlavor(TeaFlavor flavor);
Expand Down

0 comments on commit 8c702a9

Please sign in to comment.