From 26e60dbb324392fbbeb5179f21ab9765955ded24 Mon Sep 17 00:00:00 2001 From: kubo8 Date: Fri, 10 Feb 2023 11:07:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=98=EB=A0=A4=20=EB=A9=94=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=9C=EC=86=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 7 ++++++- src/main/resources/application-local.yml | 7 ++++++- src/main/resources/application-prd.yml | 7 ++++++- src/main/resources/application-stg.yml | 5 +++++ .../mapper/mysql/channelMgt/channelMgt-mapper.xml | 8 ++++++-- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 0d0e867..39158fd 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -56,7 +56,12 @@ msghubez: batchExecuteJob: /executeJob 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 diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 935e72c..4923a66 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -54,7 +54,12 @@ msghubez: notice: /api/v1/fo/notice 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 diff --git a/src/main/resources/application-prd.yml b/src/main/resources/application-prd.yml index 4304be1..1410621 100644 --- a/src/main/resources/application-prd.yml +++ b/src/main/resources/application-prd.yml @@ -56,7 +56,12 @@ msghubez: batchExecuteJob: /executeJob 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 diff --git a/src/main/resources/application-stg.yml b/src/main/resources/application-stg.yml index 9e74212..8433f88 100644 --- a/src/main/resources/application-stg.yml +++ b/src/main/resources/application-stg.yml @@ -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 diff --git a/src/main/resources/mapper/mysql/channelMgt/channelMgt-mapper.xml b/src/main/resources/mapper/mysql/channelMgt/channelMgt-mapper.xml index cd7c452..ddbc50d 100644 --- a/src/main/resources/mapper/mysql/channelMgt/channelMgt-mapper.xml +++ b/src/main/resources/mapper/mysql/channelMgt/channelMgt-mapper.xml @@ -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