반려 메일 발송

This commit is contained in:
kubo8
2023-02-10 11:07:21 +09:00
parent 4eb6df27e9
commit 26e60dbb32
5 changed files with 29 additions and 5 deletions

View File

@@ -57,6 +57,11 @@ msghubez:
homepageLogin: /auth/bo
authKey: "bohubez!@#$%"
hubeasy-api:
domain: https://api-int.mhez-stg.uplus.co.kr/
url:
alTolkTemplet: api/v1/kko/template/get
testId:
prodCd: LPZ0045389
rpsnBday: 19800101

View File

@@ -55,6 +55,11 @@ msghubez:
homepageLogin: /auth/bo
authKey: "bohubez!@#$%"
hubeasy-api:
domain: https://api-int.mhez-dev.uplus.co.kr/
url:
alTolkTemplet: api/v1/kko/template/get
testId:
prodCd: LPZ0045389
rpsnBday: 19800101

View File

@@ -57,6 +57,11 @@ msghubez:
homepageLogin: /auth/bo
authKey: "bohubez!@#$%"
hubeasy-api:
domain: https://api-int.mhez.uplus.co.kr/
url:
alTolkTemplet: api/v1/kko/template/get
testId:
prodCd: LPZ0045389
rpsnBday: 19800101

View File

@@ -57,6 +57,11 @@ msghubez:
homepageLogin: /auth/bo
authKey: "bohubez!@#$%"
hubeasy-api:
domain: https://api-int.mhez-qa.uplus.co.kr/
url:
alTolkTemplet: api/v1/kko/template/get
testId:
prodCd: LPZ0045387
rpsnBday: 19800101

View File

@@ -26,7 +26,9 @@
(SELECT DTL_CD_NM FROM hubez_common.EZ_CD_DTL WHERE GRP_CD = 'TMPLT_STTUS_CD' AND DTL_CD=A.TMPLT_STTUS_CD) AS stat,
A.returnReason,
A.sendProfile,
DATE_FORMAT(A.CHG_DT, '%Y-%m-%d') As lastChgDt
DATE_FORMAT(A.CHG_DT, '%Y-%m-%d') As lastChgDt,
A.sndrprofKey,
A.tmpltKey
FROM (
SELECT eci.CUST_NM AS custNm,
CONCAT(esu.USER_ID,"(",esu.USER_NM,")") AS userInfo,
@@ -38,7 +40,9 @@
eat.TMPLT_STTUS_CD,
eat.REJCT_RSN AS returnReason,
eat.SNDRPROF_KEY AS sendProfile,
eat.CHG_DT
eat.CHG_DT,
eat.SNDRPROF_KEY AS sndrprofKey,
eat.TMPLT_KEY AS tmpltKey
from hubez_common.EZ_ATLK_TMPLT eat
inner join hubez_common.EZ_KKO_CHNL ekc
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY