param update
This commit is contained in:
parent
e53b67c66c
commit
a155f6470f
@ -47,7 +47,7 @@ public interface StoreJpaRepository extends JpaRepository<StoreEntity, Long> {
|
||||
List<StoreEntity> findByCategory(String category);
|
||||
|
||||
@Query("SELECT s FROM StoreEntity s WHERE s.storeName like %:storeName%")
|
||||
List<StoreEntity> finByStoreNameContaining(@Param("keyword") String storeName);
|
||||
List<StoreEntity> finByStoreNameContaining(@Param("storeName") String storeName);
|
||||
/**
|
||||
* 상태로 매장 조회
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user