From 32fa7bdecd0e0033e99f652f30604c57111602ec Mon Sep 17 00:00:00 2001 From: basssy Date: Fri, 20 Sep 2024 17:09:43 +0900 Subject: [PATCH] =?UTF-8?q?Qcast=20=EA=B3=B5=ED=86=B5=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=BB=AC=EB=9F=BC=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mappers/commCode/commCodeMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/mappers/commCode/commCodeMapper.xml b/src/main/resources/mappers/commCode/commCodeMapper.xml index 5c8af6e0..3255a819 100644 --- a/src/main/resources/mappers/commCode/commCodeMapper.xml +++ b/src/main/resources/mappers/commCode/commCodeMapper.xml @@ -27,7 +27,7 @@ , REF_NUM5 = #{refNum5} , REMARKS = #{remarks} , DEL_FLG = #{delFlg} - , UPT_DT = GETDATE() + , LAST_EDIT_DATETIME = GETDATE() WHEN NOT MATCHED THEN INSERT ( HEAD_CD @@ -47,8 +47,8 @@ , REF_NUM5 , REMARKS , DEL_FLG - , REG_DT - , UPT_DT + , REGIST_DATETIME + , LAST_EDIT_DATETIME ) VALUES ( #{headCd} , #{headId} @@ -99,7 +99,7 @@ , PRIORITY = #{clPriority} , REF_CNT = #{clRefCnt} , DEL_FLG = #{clDelFlg} - , UPT_DT = GETDATE() + , LAST_EDIT_DATETIME = GETDATE() WHEN NOT MATCHED THEN INSERT ( HEAD_CD @@ -121,8 +121,8 @@ , PRIORITY , REF_CNT , DEL_FLG - , REG_DT - , UPT_DT + , REGIST_DATETIME + , LAST_EDIT_DATETIME ) VALUES ( #{clHeadCd} , #{clCode}