From 3a4dab2f48216618a68ffa603af42259a28cf705 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 12 Mar 2026 17:11:06 +0900 Subject: [PATCH] =?UTF-8?q?[1479]=EB=AC=BC=EA=B1=B4=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=20=ED=99=94=EB=A9=B4=EC=97=90=20=EC=9D=BC=EB=B6=80=20PCS=20?= =?UTF-8?q?=EB=AA=85=EC=B9=AD=EC=9D=B4=20=ED=91=9C=EC=8B=9C=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=EB=8B=A4=20-=20=EC=8A=A4?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=EC=A7=80=EB=B1=83=EB=8D=94=EB=A6=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/interplug/qcast/biz/estimate/EstimateService.java | 3 +++ 1 file changed, 3 insertions(+) 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 ea123bdf..4779b336 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java @@ -620,6 +620,9 @@ public class EstimateService { } else if ("PC_".equals(itemRequest.getItemGroup())) { pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : ""; pcTypeNo += itemRequest.getItemNo(); + } else if ("STORAGE_BATTERY".equals(itemRequest.getItemGroup())) { + pcTypeNo += !StringUtils.isEmpty(pcTypeNo) ? splitStr : ""; + pcTypeNo += itemRequest.getItemNo(); } } }