保誠-保戶業務員媒合平台
Tomas
2022-01-12 943b8dfc3fd82d76d46cde1834972270d4aa868a
pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java
@@ -44,9 +44,10 @@
    }
   @PostMapping("/markAsContacted/{appointmentId}")
   public void markAsContacted(@PathVariable Long appointmentId) {
   public AppointmentCustomerViewDTO markAsContacted(@PathVariable Long appointmentId) {
      appointmentService.markAsContacted(appointmentId);
   }
       return appointmentService.getAppointmentDetail(appointmentId);
    }
   @GetMapping("/getDetail/{appointmentId}")
   public AppointmentCustomerViewDTO getAppointmentDetail(@PathVariable Long appointmentId) {