diff --git a/ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java b/ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java index 43e47df..a388f87 100644 --- a/ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java +++ b/ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java @@ -343,6 +343,7 @@ public class Cell implements ReportCell { } if(StringUtils.isNotBlank(item.getNewValue())){ this.data=item.getNewValue(); + this.formatData=item.getNewValue(); } if(StringUtils.isNotBlank(item.getLinkUrl())){ linkUrl=item.getLinkUrl();