From c1c065fdb4b88062236633004e974f54bf6cd67c Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期三, 29 十二月 2021 13:48:07 +0800 Subject: [PATCH] [fix] 修正拋到錯誤的例外 --- pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html index 644a43a..6a13d27 100644 --- a/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html +++ b/pamapi/src/main/resources/templates/mail/appointmentNotifyEmail.html @@ -1,15 +1,15 @@ <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="zh"> <head> - <title>������</title> + <title>�����</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> - <p th:text="${content}">閬芣��“��憟踝����蝑�靽���像������</p> + <p th:text="${content}">閬芣��“��憟踝����蝑�靽�犖憯賢��像������</p> <p> - 暺�雯��嚗� + 隢��雯��嚗� <a th:href="${urlHint}" th:text="${urlHint}">Url Position</a> - �����像����� + ����蒂摰�蝯∟赤隢����� </p> </body> </html> -- Gitblit v1.8.0