update:退款报表调整默认日期
This commit is contained in:
@@ -52,8 +52,8 @@ public class RefundStatisticsController {
|
|||||||
Calendar calendar = Calendar.getInstance();
|
Calendar calendar = Calendar.getInstance();
|
||||||
calendar.setTime(new Date());
|
calendar.setTime(new Date());
|
||||||
|
|
||||||
// 默认查询最近365天的数据(一年)
|
// 默认查询最近1个月的数据
|
||||||
calendar.add(Calendar.DATE, -365);
|
calendar.add(Calendar.MONTH, -1);
|
||||||
Date startDate = calendar.getTime();
|
Date startDate = calendar.getTime();
|
||||||
|
|
||||||
String startTime = DateDUtil.DateToStr(DateDUtil.yyyy_MM_dd, startDate);
|
String startTime = DateDUtil.DateToStr(DateDUtil.yyyy_MM_dd, startDate);
|
||||||
|
|||||||
Reference in New Issue
Block a user