保誠-保戶業務員媒合平台
Tomas
2022-08-24 7b50f9133b3281844a73fc4e0ab745eb70b853eb
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);