From 07d6fd2c5c6a35a33ad0dd9556b63fd6156d0974 Mon Sep 17 00:00:00 2001 From: KillerADO <wayne8692wayne8692@gmail.com> Date: 星期四, 23 十二月 2021 16:01:01 +0800 Subject: [PATCH] [fix] 暫時移除客戶預約的業務邏輯,因sit db尚未更新顧問的email --- pamapi/src/main/java/com/pollex/pam/web/rest/TestSendMsgResource.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/web/rest/TestSendMsgResource.java b/pamapi/src/main/java/com/pollex/pam/web/rest/TestSendMsgResource.java index 461ea06..e1835e5 100644 --- a/pamapi/src/main/java/com/pollex/pam/web/rest/TestSendMsgResource.java +++ b/pamapi/src/main/java/com/pollex/pam/web/rest/TestSendMsgResource.java @@ -41,9 +41,4 @@ ) { return ResponseEntity.ok(sendMsgService.sendMsgByHtmlTestTemplateEmail(from, to)); } - - @GetMapping("/appointment/{appointmentId}") - public void sendAppointmentNotify(@PathVariable Long appointmentId) { - sendMsgService.sendAppointmentNotify(appointmentRepository.findById(appointmentId).get()); - } } -- Gitblit v1.8.0