From d3f1d2089670bfc79274d4c1126a7aa8bcfc9ac4 Mon Sep 17 00:00:00 2001 From: "LAPTOP-L3VE7KK2\\USER" Date: Fri, 7 Feb 2025 15:15:55 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=ED=86=A0?= =?UTF-8?q?=ED=83=88=20=EB=B3=BC=EB=A5=A8=20=EC=98=A4=EB=A5=98=20API=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/interplug/qcast/biz/estimate/EstimateService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java index 54cf347a..16325e7d 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java @@ -1603,12 +1603,12 @@ public class EstimateService { // YJSS인 경우 (PKG 단가 * 모듈용량) + 패키지 제외상품 총 합산 // YJOD인 경우 모든 아이템의 총 합산 if ("YJSS".equals(estimateType)) { + if ("1".equals(itemResponse.getModuleFlg())) { + totVol = totVol.add(pnowW.multiply(amount)); + } + if ("1".equals(itemResponse.getPkgMaterialFlg())) { // 패키지 제외상품 여부(1) supplyPrice = supplyPrice.add(salePrice.multiply(amount)); - } else { - if ("1".equals(itemResponse.getModuleFlg())) { - totVol = totVol.add(pnowW.multiply(amount)); - } } } else { if ("1".equals(itemResponse.getModuleFlg())) {