From 19a91d054efe744ecc4f89864406596a95a68203 Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 4 Feb 2026 11:32:43 +0900 Subject: [PATCH] =?UTF-8?q?[1375]=EC=9D=B8=EC=A6=9D=EC=9A=A9=EB=9F=89=20?= =?UTF-8?q?=EC=86=8C=EC=88=98=EC=A0=903=EC=9E=90=EB=A6=AC=EA=B9=8C?= =?UTF-8?q?=EC=A7=80?= 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 c41cc87c..005ce9f1 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -489,7 +489,7 @@ WHEN X.PC_VOL_KW <= (X.M_VOL_KW + X.M_VOL_KW2) THEN X.PC_VOL_KW ELSE 0 END - ) AS DECIMAL(18,2) + ) AS DECIMAL(18,3) ) AS CERT_VOL_KW FROM X;