保誠-保戶業務員媒合平台
Tomas
2022-09-14 f0b8fa2b1330ea00faf694817cdf0289673b8c56
pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java
@@ -75,7 +75,7 @@
       }
        
        Appointment appointment = appointmentService.customerCreateAppointment(appointmentCreateDTO);
        appointmentService.sendAppointmentNotify(appointment);
//        appointmentService.sendAppointmentNotify(appointment);
        satisfactionService.createUnfilledSystemSatisfaction(appointment);
        return appointmentMapper.toAppointmentDTO(appointment);