fix: add more log to import
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m10s

This commit is contained in:
Thibaut Valentin 2025-11-14 14:14:22 +01:00
parent d02fd63834
commit 8e2d68ebd5

View File

@ -235,6 +235,11 @@ public class MembreService {
mm.setCountry("FR");
return mm;
});
if (model.getId() != null){
LOGGER.debugf("updating -> %s", dataIn.toString());
}else{
LOGGER.debugf("creating -> %s", dataIn.toString());
}
if (model.getEmail() != null && !model.getEmail().isBlank()) {
if (model.getLicence() != null && !model.getLicence().equals(dataIn.getLicence())) {