pamapi/src/main/java/com/pollex/pam/service/mapper/SatisfactionDTOMapper.java
@@ -14,7 +14,7 @@ AppointmentMapper appointmentMapper; public Satisfaction toSatisfaction(SatisfactionCustomerScoreDTO source) { Satisfaction satisfaction = appointmentMapper.toSatisfaction(source.getAppointmentId()); Satisfaction satisfaction = appointmentMapper.toAppointmentSatisfaction(source.getAppointmentId()); satisfaction.setScore(source.getScore()); if(satisfaction.getScore()!=null) { satisfaction.setStatus(SatisfactionStatusEnum.FILLED);