1:解决冲突

This commit is contained in:
renkaige
2018-12-24 22:31:42 +06:00
8 changed files with 10 additions and 8 deletions

View File

@@ -580,6 +580,7 @@ public class DashboardService extends BaseService {
* @return
*/
public List<HashMap> ipActiveOneHour(Date beginDate, Date endDate) {
// TrafficIpActiveStatistic maxStatTime = trafficIpActiveStatisticDao.getMaxStatTime();
ArrayList<HashMap> listMap = new ArrayList<HashMap>();
// if (maxStatTime != null && maxStatTime.getStatTime() != null) {
@@ -599,6 +600,7 @@ public class DashboardService extends BaseService {
// }
return listMap;
}
/**