Compare commits

...

2 Commits

Author SHA1 Message Date
b107f443aa Merge pull request 'fix: add more log to import' (#62) from dev into master
Reviewed-on: #62
2025-11-14 13:15:27 +00:00
8e2d68ebd5 fix: add more log to import
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m10s
2025-11-14 14:14:22 +01:00

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())) {