提交 2474bf7f 编写于 作者: O o2sword

取消视图查询(全部)时默认时间范围1年限制

上级 ca51376a
......@@ -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.
先完成此消息的编辑!
想要评论请 注册