Merge pull request '[1171] 출력 Excel 표시 물건명에 반영' (#156) from feature/ysCha into dev
Reviewed-on: #156
This commit is contained in:
commit
23c0b6d24b
@ -2070,7 +2070,7 @@ public class EstimateService {
|
||||
+ StringUtils.defaultString(data.getPlanNo()) + ")");
|
||||
|
||||
elm = doc.getElementById("objectName5");
|
||||
elm.text(StringUtils.defaultString(data.getObjectName()));
|
||||
elm.text(StringUtils.defaultString(data.getObjectName()) + " " + StringUtils.defaultString(data.getObjectNameOmit()));
|
||||
|
||||
elm = doc.getElementById("totVolKw5");
|
||||
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user