Compare commits
2 Commits
f050127fd7
...
b107f443aa
| Author | SHA1 | Date | |
|---|---|---|---|
| b107f443aa | |||
| 8e2d68ebd5 |
@ -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