get Real Customers: fix findByActive + database change
This commit is contained in:
@@ -5,6 +5,6 @@ import org.springframework.data.jpa.repository.JpaRepository
|
||||
import org.springframework.stereotype.Repository
|
||||
|
||||
@Repository
|
||||
interface CustomerRepository : JpaRepository<Customer, Long>{
|
||||
fun findRealCustomers(active: String):List<Customer>
|
||||
}
|
||||
interface CustomerRepository : JpaRepository<Customer, Long> {
|
||||
fun findByActive( active: String? ):List<Customer>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user