pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentMapper.java
@@ -34,6 +34,7 @@ public Satisfaction toSatisfaction(Appointment appointment) { Satisfaction target = new Satisfaction(); target.setAppointmentId(appointment.getId()); target.setAgentNo(appointment.getAgentNo()); target.setCustomerId(appointment.getCustomerId()); return target;