Merge pull request 'fix: add more log to import' (#62) from dev into master
Reviewed-on: #62
This commit is contained in:
commit
b107f443aa
@ -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())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user