Compare commits

..

No commits in common. "ecc13aaef79cdda810308a0384dd3ccd614f51ca" and "133e358fd1d4297cef2a8fbfee1fc65be8fbe803" have entirely different histories.

View File

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