|
@@ -33,7 +33,6 @@ public class FrequentationService {
|
|
|
Espace espace = espaceTable.getByCode(codeEspace);
|
|
|
Frequentation frequentation = table.getByUsagerAndEspaceToday(usager.id, espace.id);
|
|
|
// Ajout en base si introuvable ou si il ne date pas d'ajourd'hui
|
|
|
- Date aujourdhui = new Date();
|
|
|
if (frequentation == null) {
|
|
|
frequentation = new Frequentation();
|
|
|
frequentation.usager = usager;
|