Compare commits
No commits in common. "23c0b6d24bee64583fad18fd621e6003ea52d019" and "984cef269585ef16bb40666f0427ea5b90d00f51" have entirely different histories.
23c0b6d24b
...
984cef2695
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user