[1171] 출력 Excel 표시 물건명에 반영
This commit is contained in:
parent
bce18006c8
commit
56f19e5faa
@ -1963,7 +1963,7 @@ public class EstimateService {
|
||||
+ StringUtils.defaultString(data.getPlanNo()) + ")");
|
||||
|
||||
elm = doc.getElementById("objectName");
|
||||
elm.text(StringUtils.defaultString(data.getObjectName()));
|
||||
elm.text(StringUtils.defaultString(data.getObjectName()) + " " + StringUtils.defaultString(data.getObjectNameOmit()));
|
||||
|
||||
elm = doc.getElementById("totVolKw");
|
||||
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user