From 74387f9f163bdece51f4ae27706346d4d80fd4cb Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 23 Jul 2025 16:11:58 +0900 Subject: [PATCH] =?UTF-8?q?M=5FITEM=20fixedPrice=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/displayItem/displayItemMapper.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/mappers/displayItem/displayItemMapper.xml b/src/main/resources/mappers/displayItem/displayItemMapper.xml index 6a9ca723..b28eb556 100644 --- a/src/main/resources/mappers/displayItem/displayItemMapper.xml +++ b/src/main/resources/mappers/displayItem/displayItemMapper.xml @@ -180,7 +180,6 @@ , GOODS_NO = #{goodsNo} , UNIT = #{unit} , SPECIFICATION = #{specification} - , FIXED_PRICE = #{fixedPrice} , PNOW_W = #{pnowW} , ITEM_GROUP = #{itemGroup} , PANEL_ORDER_FLG = CASE WHEN #{panelOrderFlg} = 'FALSE' THEN 0 ELSE 1 END @@ -201,7 +200,6 @@ , GOODS_NO , UNIT , SPECIFICATION - , FIXED_PRICE , PNOW_W , ITEM_GROUP , PANEL_ORDER_FLG @@ -235,7 +233,6 @@ , #{goodsNo} , #{unit} , #{specification} - , #{fixedPrice} , #{pnowW} , #{itemGroup} , CASE WHEN #{panelOrderFlg} = 'FALSE' THEN 0 ELSE 1 END