From 962faef4134262855bcd92f749c94464400d6ebd Mon Sep 17 00:00:00 2001 From: "LAPTOP-L3VE7KK2\\USER" Date: Wed, 5 Mar 2025 09:55:05 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EC=BF=BC?= =?UTF-8?q?=EB=A6=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/estimate/estimateMapper.xml | 2 -- src/main/resources/mappers/object/objectMapper.xml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/src/main/resources/mappers/estimate/estimateMapper.xml b/src/main/resources/mappers/estimate/estimateMapper.xml index 7a92a84b..5188da03 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -13,7 +13,6 @@ , P.WEATHER_POINT , P.ROOF_KIND_ID , P.SLOPE - , P.ANGLE , P.ROOF_MATERIAL_CLASS_ID , P.ROOF_MATERIAL_ID , P.SUPPORT_METHOD_ID @@ -649,7 +648,6 @@ , STANDARD_WIND_SPEED_ID = #{standardWindSpeedId} , SUPPORT_MEAKER = #{supportMeaker} , NORTH_ARRANGEMENT = #{northArrangement} - , CONSTRUCT_SPECIFICATION_MULTI = #{constructSpecificationMulti} , ROOF_MATERIAL_ID_MULTI = #{roofMaterialIdMulti} , SUPPORT_METHOD_ID_MULTI = #{supportMethodIdMulti} , SUPPORT_MEAKER_MULTI = #{supportMeaker} diff --git a/src/main/resources/mappers/object/objectMapper.xml b/src/main/resources/mappers/object/objectMapper.xml index b37bebb3..b81d1530 100644 --- a/src/main/resources/mappers/object/objectMapper.xml +++ b/src/main/resources/mappers/object/objectMapper.xml @@ -841,8 +841,6 @@ , SUPPORT_METHOD_ID_MULTI , SUPPORT_MEAKER_MULTI , DIFF_ROOF_ENABLED - , ORDER_FLG - , TEMP_FLG ) VALUES ( #{objectNo} , #{planNo} @@ -878,8 +876,6 @@ , #{supportMethodIdMulti} , #{supportMeakerMulti} , #{diffRoofEnabled} - , #{orderFlg} - , #{tempFlg} )