From a6afdfaf850c9da4c2f37ffc04c0a36df0852187 Mon Sep 17 00:00:00 2001
From: jack <jack.su@pollex.com.tw>
Date: 星期五, 08 九月 2023 17:29:35 +0800
Subject: [PATCH] [UPDATE] 修改弱點掃描Dereference null return (stat)

---
 pamapi/src/main/resources/templates/mail/appointmentPendingNotifyEmail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pamapi/src/main/resources/templates/mail/appointmentPendingNotifyEmail.html b/pamapi/src/main/resources/templates/mail/appointmentPendingNotifyEmail.html
index 29902c7..4e3ba74 100644
--- a/pamapi/src/main/resources/templates/mail/appointmentPendingNotifyEmail.html
+++ b/pamapi/src/main/resources/templates/mail/appointmentPendingNotifyEmail.html
@@ -5,7 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 </head>
 <body>
-<p th:text="#{email.write.appointment.pending.content(${pendingAppointmentSum})}">���������脰�蝜恬������</p>
+<p th:text="#{email.write.appointment.pending.content(${pendingAppointmentSum}, ${notifyUrl})}">���������脰�蝜恬��������雯��嚗�</p>
 </body>
 </html>
 

--
Gitblit v1.8.0