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