From abf861bc918dfd6f68b1683d9b0aa79992701590 Mon Sep 17 00:00:00 2001 From: jjh Date: Wed, 18 Oct 2023 17:40:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EB=A3=8C=20=EC=A1=B0=ED=9A=8C?= =?UTF-8?q?=EC=8B=9C=20=EA=B8=B0=EA=B4=80=EC=9E=A5=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/sql/mapper/fims/epst/epostRcptReg-mapper.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/sql/mapper/fims/epst/epostRcptReg-mapper.xml b/src/main/resources/sql/mapper/fims/epst/epostRcptReg-mapper.xml index 45c47c41..359c5d5d 100644 --- a/src/main/resources/sql/mapper/fims/epst/epostRcptReg-mapper.xml +++ b/src/main/resources/sql/mapper/fims/epst/epostRcptReg-mapper.xml @@ -689,9 +689,14 @@ UPDATE TB_EPOST_RCPT_DTL SET , DI.VRBACNT_LINK_SE_CD , SI.SGG_CD , SI.SGG_NM + , CASE WHEN SI.INST_SE_CD = '01' THEN CONCAT(SI.SGG_NM,'장') + WHEN SI.INST_SE_CD = '02' THEN CONCAT(SI.SGG_NM,'장') + WHEN SI.INST_SE_CD = '03' THEN CONCAT(SI.SGG_NM,'장') + ELSE SI.SGG_NM + END AS INST_CHIEF_NM + , SI.INST_SE_CD , SI.INST_CD , SI.INST_NM - , SI.INST_CHIEF_NM , SI.INST_ADDR , SI.INST_DADDR , SI.INST_ZIP