保誠-保戶業務員媒合平台
HelenHuang
2022-01-03 52af1074673f0dc2c29901516051008a61d955c1
pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java
@@ -40,7 +40,7 @@
   @PostMapping("/customer/create")
   public void clientCreateAppointment(@RequestBody AppointmentCreateDTO appointmentCreateDTO) {
        Appointment appointment = appointmentService.customerCreateAppointment(appointmentCreateDTO);
        sendMsgService.sendAppointmentNotify(appointment);
        appointmentService.sendAppointmentNotify(appointment);
    }
   @PostMapping("/markAsContacted/{appointmentId}")