From 5599addfd32c74fed4d62a402cf63ca5f705df2c Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 12 Jan 2026 11:31:09 +0900 Subject: [PATCH] =?UTF-8?q?[1375]=20=EC=9D=B8=EC=A6=9D=EC=9A=A9=EB=9F=89?= =?UTF-8?q?=20STORAGE=5FBATTERY=20=EC=BF=BC=EB=A6=AC=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 +- 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 2a9dd3e9..c08003ef 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -395,7 +395,7 @@ OR (QCAST_CUST_PRD_ID IS NULL AND PC_ITEM_ID = PE.ITEM_ID) OR - (QCAST_CUST_PRD_ID IS NOT NULL AND QCAST_CUST_PRD_ID != PC_ITEM_ID AND PC_ITEM_ID = PE.ITEM_ID))), 0) AS MODULE_VOL_KW + (QCAST_CUST_PRD_ID IS NOT NULL AND QCAST_CUST_PRD_ID != PC_ITEM_ID AND QCAST_CUST_PRD_ID = PE.ITEM_ID))), 0) AS MODULE_VOL_KW FROM T_PLAN P WITH (NOLOCK) INNER JOIN T_PART_ESTIMATE PE WITH (NOLOCK) ON P.OBJECT_NO = PE.OBJECT_NO