diff --git a/src/main/java/com/nis/web/controller/dashboard/TrafficStatisticsReportController.java b/src/main/java/com/nis/web/controller/dashboard/TrafficStatisticsReportController.java index e66608cec..af5177678 100644 --- a/src/main/java/com/nis/web/controller/dashboard/TrafficStatisticsReportController.java +++ b/src/main/java/com/nis/web/controller/dashboard/TrafficStatisticsReportController.java @@ -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"); diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficUserBehavior.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficUserBehavior.jsp index 016663c33..5e713da88 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficUserBehavior.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficUserBehavior.jsp @@ -6,6 +6,11 @@ <spring:message code="traffic_user_behavior"></spring:message> + @@ -162,7 +194,7 @@ - + @@ -260,7 +292,7 @@ - + @@ -275,7 +307,7 @@ --%> - +
@@ -284,7 +316,7 @@ - + @@ -322,7 +354,7 @@
- : ">${us.reportTime} + : ">${us.reportTime}
@@ -362,7 +394,7 @@
- + @@ -377,7 +409,7 @@
${data.account}${data.account}
--%> - +
@@ -387,7 +419,7 @@ - + @@ -426,7 +458,7 @@
- : ">${it.reportTime} + : ">${it.reportTime}
${data.nasIp}${data.nasIp}