Compare commits
No commits in common. "c43a7e1f942a89d9e89124cef12df9bab7851cf3" and "1679859acb893f81ce042720d1b5e65b21093bc6" have entirely different histories.
c43a7e1f94
...
1679859acb
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user