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

Reviewed-on: #157
This commit is contained in:
ysCha 2025-07-04 13:29:20 +09:00
commit c43a7e1f94

View File

@ -2070,7 +2070,7 @@ public class EstimateService {
+ StringUtils.defaultString(data.getPlanNo()) + ")"); + StringUtils.defaultString(data.getPlanNo()) + ")");
elm = doc.getElementById("objectName5"); 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 = doc.getElementById("totVolKw5");
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw"); elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");