Skip to content

Commit

Permalink
* 깃허브 장애시(?) 발생 된 merge 코드 누락 조치
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsight1 committed Mar 3, 2024
1 parent 9597d2a commit 4f06edc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ Page<Product> findByProductWithKeywordAndSafetyStatus(@Param("keyword") String k
@Param("safetyStatus") SafetyStatus safetyStatus,
Pageable pageable);

Page<Product> findByProductNameContaining(String keyword, Pageable pageable);

}

0 comments on commit 4f06edc

Please sign in to comment.