Compare commits

..

No commits in common. "48cc20fbbcaef5301778de9c20be9a7b9f7a16cc" and "56f19e5faa2e5cc034a467e587d236a39a9efc46" have entirely different histories.

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()) + " " + StringUtils.defaultString(data.getObjectNameOmit())); elm.text(StringUtils.defaultString(data.getObjectName()));
elm = doc.getElementById("totVolKw5"); elm = doc.getElementById("totVolKw5");
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw"); elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");