Commit 15600225 by ping.wu

积分商城兑换记录查询时间调整

parent 2c1fe837
......@@ -329,7 +329,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService {
Date endDate;
if (StringUtils.isBlank(queryOrderVo.getStartDate()) || StringUtils.isBlank(queryOrderVo.getEndDate())) {
Date now = new Date();
startDate = DateUtil.addMonths(now, -6);
startDate = DateUtil.addMonths(now, -2);
endDate = DateUtil.addDays(now, 1);
} else {
String startDateStr = queryOrderVo.getStartDate() + " 00:00:00";
......
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