From fda8746aa071d7879281f03c5dbd57be88be7ad7 Mon Sep 17 00:00:00 2001 From: "LAPTOP-L3VE7KK2\\USER" Date: Thu, 31 Oct 2024 13:13:49 +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=20TEMP=20FLG=20ISNUL=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= 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, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/object/objectMapper.xml b/src/main/resources/mappers/object/objectMapper.xml index 876f62d1..57105134 100644 --- a/src/main/resources/mappers/object/objectMapper.xml +++ b/src/main/resources/mappers/object/objectMapper.xml @@ -266,7 +266,7 @@ , O.CON_TYPE , O.COLD_REGION_FLG , O.SALT_AREA_FLG - , O.TEMP_FLG + , ISNULL(O.TEMP_FLG, '0') AS TEMP_FLG , O.CREATE_DATETIME , O.LAST_EDIT_DATETIME , (SELECT NAME FROM M_USER WHERE USER_ID = O.CREATE_USER) AS CREATE_USER_NAME