提交 0e0a8793 编写于 作者: xuhui961310148's avatar xuhui961310148

update:还原

上级 be8123df
...@@ -37,7 +37,6 @@ public class LookupResult { ...@@ -37,7 +37,6 @@ public class LookupResult {
private DAMetric metric; private DAMetric metric;
@JsonIgnore()
public String getField() public String getField()
{ {
if(metric!=null&&(!StringUtils.isEmpty(metric.getFieldSet()))) if(metric!=null&&(!StringUtils.isEmpty(metric.getFieldSet())))
...@@ -64,7 +63,6 @@ public class LookupResult { ...@@ -64,7 +63,6 @@ public class LookupResult {
private Integer size = 1000; private Integer size = 1000;
private Integer total = 0; private Integer total = 0;
@JsonIgnore()
public Integer getTotalPages() { public Integer getTotalPages() {
return this.getSize() == 0 ? 1 : (int)Math.ceil((double)this.total / (double)this.getSize()); return this.getSize() == 0 ? 1 : (int)Math.ceil((double)this.total / (double)this.getSize());
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册