提交 16f04794 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/视图默认时间范围取消1年限制' into 'wrdp'

【数据中心】取消视图查询时默认时间范围1年限制

See merge request o2oa/o2oa!1904
......@@ -120,7 +120,7 @@ public class DateRangeEntry extends GsonPropertyObject {
this.completed = now;
Calendar cal = Calendar.getInstance();
cal.add(Calendar.YEAR, -1);
this.start = cal.getTime();
//this.start = cal.getTime();
break;
default:
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册