From b068db7b951b5b235b9e223cbdbe85677e5c6486 Mon Sep 17 00:00:00 2001 From: cha Date: Tue, 15 Jul 2025 13:03:38 +0900 Subject: [PATCH] =?UTF-8?q?[1155]=20Excel=EC=97=90=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EC=84=A4=EB=B9=84=20=EC=9A=A9=EB=9F=89(?= =?UTF-8?q?=EC=9D=B8=EC=A0=95=20=EC=9A=A9=EB=9F=89)=EC=9D=B4=20=EB=8B=A4?= =?UTF-8?q?=EB=A6=85=EB=8B=88=EB=8B=A4=20-=20setQcastCustPrdId=20=EC=B6=94?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) 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 125cea16..b1e06fd0 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java @@ -457,6 +457,7 @@ public class EstimateService { itemRequest.setItemCtgGr(itemResponse.getItemCtgGr()); itemRequest.setPartAdd("0"); itemRequest.setDelFlg("0"); + itemRequest.setQcastCustPrdId(itemResponse.getQcastCustPrdId()); break; } }