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 8d39b40f..a0a54477 100644
--- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java
+++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java
@@ -2446,7 +2446,7 @@ public class EstimateService {
"
" + StringUtils.defaultString(itemResponse.getNo()) + " | ");
sb.append(""
+ StringUtils.defaultString(itemResponse.getItemName()) + " | ");
- sb.append("" + StringUtils.defaultString(itemResponse.getItemNo())
+ sb.append(" | " + StringUtils.defaultString(itemResponse.getItemNo())
+ " | ");
sb.append(
""
@@ -2464,7 +2464,7 @@ public class EstimateService {
sb.append(" | ");
sb.append("| " + StringUtils.defaultString(data.getPkgNo()) + " | ");
sb.append("住宅 PKG | ");
- sb.append("- | ");
+ sb.append("- | ");
sb.append(""
+ StringUtils.defaultString(data.getPkgAsp()) + " | ");
sb.append(""
diff --git a/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx b/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx
index b0b9ace1..ae224280 100644
Binary files a/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx and b/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx differ
diff --git a/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx b/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx
index c9f5ae2d..bb76fec3 100644
Binary files a/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx and b/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx differ
|