From f3352205321a50dc7c07bd3711923f65c77cb3a3 Mon Sep 17 00:00:00 2001 From: "LAPTOP-L3VE7KK2\\USER" Date: Fri, 25 Oct 2024 09:57:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20API=20=EB=93=B1=EB=A1=9D/=EA=B0=B1?= =?UTF-8?q?=EC=8B=A0=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/object/objectMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mappers/object/objectMapper.xml b/src/main/resources/mappers/object/objectMapper.xml index 758ad50d..ab365416 100644 --- a/src/main/resources/mappers/object/objectMapper.xml +++ b/src/main/resources/mappers/object/objectMapper.xml @@ -255,6 +255,8 @@ , O.COLD_REGION_FLG , O.SALT_AREA_FLG , O.TEMP_FLG + , O.CREATE_DATETIME + , O.LAST_EDIT_DATETIME , S.FIRST_AGENT_ID , S.SALE_STORE_LEVEL FROM T_OBJECT O WITH (NOLOCK)