From 9c57c5be55435b39338c1fe2a722d039d4fac7a0 Mon Sep 17 00:00:00 2001 From: cha Date: Tue, 29 Apr 2025 14:50:01 +0900 Subject: [PATCH] =?UTF-8?q?886=20-=20=EA=B2=AC=EC=A0=81=EC=84=9C=20?= =?UTF-8?q?=EC=A0=95=EA=B0=80=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20:?= =?UTF-8?q?=200=20=3D>=20"open"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/estimate/estimateMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/estimate/estimateMapper.xml b/src/main/resources/mappers/estimate/estimateMapper.xml index 64a11ad7..044839c2 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -322,7 +322,7 @@ , II.ITEM_CTG_GR , ISNULL(PPM.SALE_PRICE, '0') AS SALE_PRICE , CASE WHEN PPM.SALE_PRICE = 0 THEN '1' ELSE '0' END AS OPEN_FLG - , CASE WHEN PPM.UNIT_PRICE = 0 AND PPM.SALE_PRICE 0 THEN '1' ELSE '0' END AS UNIT_OPEN_FLG + , CASE WHEN PPM.UNIT_PRICE = 0 AND PPM.SALE_PRICE ]]> 0 THEN '1' ELSE '0' END AS UNIT_OPEN_FLG FROM M_ITEM I WITH (NOLOCK) INNER JOIN M_ITEM_INFO II WITH (NOLOCK) ON I.ITEM_ID = II.ITEM_ID