保誠-保戶業務員媒合平台
jack
2022-08-19 9bd7a9e793b65f2da64771b35156bc3604756f1f
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);