Merge pull request '[1171] 출력 Excel 표시 물건명에 반영' (#156) from feature/ysCha into dev

Reviewed-on: #156
This commit is contained in:
ysCha 2025-07-04 13:28:56 +09:00
commit 23c0b6d24b

View File

@ -2070,7 +2070,7 @@ public class EstimateService {
+ StringUtils.defaultString(data.getPlanNo()) + ")");
elm = doc.getElementById("objectName5");
elm.text(StringUtils.defaultString(data.getObjectName()));
elm.text(StringUtils.defaultString(data.getObjectName()) + " " + StringUtils.defaultString(data.getObjectNameOmit()));
elm = doc.getElementById("totVolKw5");
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");