From ec9c7e5582d4c20c35e7c3016d64a2213e9f6a50 Mon Sep 17 00:00:00 2001 From: minhee <alsdldlfrl@gmail.com> Date: 화, 15 3월 2022 12:12:17 +0900 Subject: [PATCH] - 파트너 엑셀 임포트 시 이메일 정규식표현 검사하는 코드 제거 - 이슈 상세페이지 setHideCompleteIssue null 체크 - api로 이슈 추가 시 이슈유형에 업체가 설정되어있지 않는경우 메시지 추가 --- src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html b/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html index 86cfbc5..350529c 100644 --- a/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html +++ b/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html @@ -9,9 +9,9 @@ xmlns:th="http://www.thymeleaf.org"> <tr> <td style="background-color: #fff;"> - <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" - src="http://wisestone.kr/owlsolution/logo-dark.png" - style="padding: 20px 60px"></a> +<!-- <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"--> +<!-- src="http://wisestone.kr/owlsolution/logo-dark.png"--> +<!-- style="padding: 20px 60px"></a>--> </td> </tr> <tr> @@ -77,18 +77,18 @@ </tr> <tr> <td style="text-align:center;padding-bottom:40px;"> - <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/> - <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;"> - https://owlsolution.io</a><br/><br/> - <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a - href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span> + <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/> + <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;"> + https://owlsolution.io</a><br/><br/>--> + <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a + href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span> </td> </tr> <tr> <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;"> <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/> <span style="color: #A5A5A5; font-size: 10px;"> - Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved. + Copyright 짤 KISA. All Rights Reserved. </span> </td> </tr> -- Gitblit v1.8.0