Merge pull request 'dev' (#155) from dev into prd-deploy

Reviewed-on: #155
This commit is contained in:
ysCha 2025-07-04 13:23:26 +09:00
commit 133e358fd1
2 changed files with 1 additions and 1 deletions

View File

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