保誠-保戶業務員媒合平台
jack
2022-08-19 9bd7a9e793b65f2da64771b35156bc3604756f1f
[UPDATE] 新增預約單後即時通知顧問的功能移除
修改1個檔案
2 ■■■ 已變更過的檔案
pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java
@@ -75,7 +75,7 @@
        }
        
        Appointment appointment = appointmentService.customerCreateAppointment(appointmentCreateDTO);
        appointmentService.sendAppointmentNotify(appointment);
//        appointmentService.sendAppointmentNotify(appointment);
        satisfactionService.createUnfilledSystemSatisfaction(appointment);
        return appointmentMapper.toAppointmentDTO(appointment);