From 6f394b0027019d4d014cf0b8ec13fa43e47c27c9 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 24 十二月 2021 10:39:39 +0800 Subject: [PATCH] Merge branch '簡訊與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