From ec0342f01d418e96822fde75ceb201f78d55e8bb Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期五, 14 一月 2022 17:33:40 +0800 Subject: [PATCH] [ADD] 成交API新增remark欄位 [UPDATE] 進入顧問流程需一併更新appointment 的狀態 [ADD] 新增檢核不能重複新增appointment closed info --- 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