fix: Membre edition
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m4s

This commit is contained in:
2025-08-15 20:34:22 +02:00
parent fee96e7900
commit 49bb471b60
3 changed files with 4 additions and 4 deletions

View File

@@ -452,7 +452,7 @@ public class MembreService {
})))
.call(membreModel ->
repository.count(
"unaccent(lname) ILIKE unaccent(?2) AND unaccent(fname) ILIKE unaccent(?2) AND club = ?3",
"unaccent(lname) ILIKE unaccent(?1) AND unaccent(fname) ILIKE unaccent(?2) AND club = ?3",
input.getLname(), input.getFname(), membreModel.getClub())
.invoke(Unchecked.consumer(c -> {
if (c > 0)