Commit b89588b1 authored by Administrator's avatar Administrator

-首页默认 2亿 一周数据

parent f8aff989
......@@ -18,11 +18,11 @@ public class IndexBigBidPageBody extends BasePage
/**
* 开始时间
*/
private Date timeStart = DateUtils.addDays(new Date(), -7);
private String timeStart = DateUtils.dateTime(DateUtils.addDays(new Date(), -6));
/**
* 截止时间
*/
private Date timeEnd = new Date();
private String timeEnd = DateUtils.getDate();
/**
* 金额起 默认2亿
*/
......
......@@ -17,11 +17,11 @@ public class IndexBigWinningBidsPageBody extends BasePage {
/**
* 开始时间
*/
private Date timeStart = DateUtils.addDays(new Date(), -7);
private String timeStart = DateUtils.dateTime(DateUtils.addDays(new Date(), -6));
/**
* 截止时间
*/
private Date timeEnd = new Date();
private String timeEnd = DateUtils.getDate();
/**
* 金额起 默认2亿
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment