保誠-保戶業務員媒合平台
wayne
2021-12-29 7eb57571830d0677857cea565b09c4f38d286b8d
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}")