mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:34:18 +09:00
반려 메일 발송
This commit is contained in:
@@ -57,6 +57,11 @@ msghubez:
|
|||||||
homepageLogin: /auth/bo
|
homepageLogin: /auth/bo
|
||||||
authKey: "bohubez!@#$%"
|
authKey: "bohubez!@#$%"
|
||||||
|
|
||||||
|
hubeasy-api:
|
||||||
|
domain: https://api-int.mhez-stg.uplus.co.kr/
|
||||||
|
url:
|
||||||
|
alTolkTemplet: api/v1/kko/template/get
|
||||||
|
|
||||||
testId:
|
testId:
|
||||||
prodCd: LPZ0045389
|
prodCd: LPZ0045389
|
||||||
rpsnBday: 19800101
|
rpsnBday: 19800101
|
||||||
|
|||||||
@@ -55,6 +55,11 @@ msghubez:
|
|||||||
homepageLogin: /auth/bo
|
homepageLogin: /auth/bo
|
||||||
authKey: "bohubez!@#$%"
|
authKey: "bohubez!@#$%"
|
||||||
|
|
||||||
|
hubeasy-api:
|
||||||
|
domain: https://api-int.mhez-dev.uplus.co.kr/
|
||||||
|
url:
|
||||||
|
alTolkTemplet: api/v1/kko/template/get
|
||||||
|
|
||||||
testId:
|
testId:
|
||||||
prodCd: LPZ0045389
|
prodCd: LPZ0045389
|
||||||
rpsnBday: 19800101
|
rpsnBday: 19800101
|
||||||
|
|||||||
@@ -57,6 +57,11 @@ msghubez:
|
|||||||
homepageLogin: /auth/bo
|
homepageLogin: /auth/bo
|
||||||
authKey: "bohubez!@#$%"
|
authKey: "bohubez!@#$%"
|
||||||
|
|
||||||
|
hubeasy-api:
|
||||||
|
domain: https://api-int.mhez.uplus.co.kr/
|
||||||
|
url:
|
||||||
|
alTolkTemplet: api/v1/kko/template/get
|
||||||
|
|
||||||
testId:
|
testId:
|
||||||
prodCd: LPZ0045389
|
prodCd: LPZ0045389
|
||||||
rpsnBday: 19800101
|
rpsnBday: 19800101
|
||||||
|
|||||||
@@ -57,6 +57,11 @@ msghubez:
|
|||||||
homepageLogin: /auth/bo
|
homepageLogin: /auth/bo
|
||||||
authKey: "bohubez!@#$%"
|
authKey: "bohubez!@#$%"
|
||||||
|
|
||||||
|
hubeasy-api:
|
||||||
|
domain: https://api-int.mhez-qa.uplus.co.kr/
|
||||||
|
url:
|
||||||
|
alTolkTemplet: api/v1/kko/template/get
|
||||||
|
|
||||||
testId:
|
testId:
|
||||||
prodCd: LPZ0045387
|
prodCd: LPZ0045387
|
||||||
rpsnBday: 19800101
|
rpsnBday: 19800101
|
||||||
|
|||||||
@@ -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,
|
(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.returnReason,
|
||||||
A.sendProfile,
|
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 (
|
FROM (
|
||||||
SELECT eci.CUST_NM AS custNm,
|
SELECT eci.CUST_NM AS custNm,
|
||||||
CONCAT(esu.USER_ID,"(",esu.USER_NM,")") AS userInfo,
|
CONCAT(esu.USER_ID,"(",esu.USER_NM,")") AS userInfo,
|
||||||
@@ -38,7 +40,9 @@
|
|||||||
eat.TMPLT_STTUS_CD,
|
eat.TMPLT_STTUS_CD,
|
||||||
eat.REJCT_RSN AS returnReason,
|
eat.REJCT_RSN AS returnReason,
|
||||||
eat.SNDRPROF_KEY AS sendProfile,
|
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
|
from hubez_common.EZ_ATLK_TMPLT eat
|
||||||
inner join hubez_common.EZ_KKO_CHNL ekc
|
inner join hubez_common.EZ_KKO_CHNL ekc
|
||||||
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY
|
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user