保誠-保戶業務員媒合平台
wayne
2021-11-18 150378e109b73451be531e2b7170d42f88bb60f0
pamapi/src/main/java/com/pollex/pam/service/AppointmentService.java
@@ -38,7 +38,6 @@
   @Autowired
   AppointmentCustomerViewRepository appointmentCustomerViewRepository;
   
   public void customerCreateAppointment(AppointmentCreateDTO appointmentCreateDTO) {
      Appointment appointment = appointmentDTOMapper.toAppointment(appointmentCreateDTO);
      appointment.setCustomerId(SecurityUtils.getCustomerId());