用户统计修改默认设置时间,可以点击列表直接查询

This commit is contained in:
zhanghongqing
2018-11-09 15:10:40 +08:00
parent 98860034a3
commit 301fa50606
2 changed files with 47 additions and 9 deletions

View File

@@ -68,6 +68,12 @@ public class TrafficStatisticsReportController extends BaseController {
endTime=DateUtils.getDateTime();
bean.setSearchFoundStartTime(statTime);
bean.setSearchFoundEndTime(endTime);
statTime=URLEncoder.encode(statTime, "UTF-8");
endTime=URLEncoder.encode(endTime, "UTF-8");
String paramUrl="&searchReportStartTime="+statTime+"&searchReportEndTime="+endTime;
destUrl=destUrl+paramUrl;
userUrl=userUrl+paramUrl;
ipUrl=ipUrl+paramUrl;
}else {
statTime=URLEncoder.encode(statTime, "UTF-8");
endTime=URLEncoder.encode(endTime, "UTF-8");