流量统计app详情不返回运营商信息

This commit is contained in:
zhanghongqing
2019-01-21 16:37:06 +08:00
parent 53c8f2279b
commit 70d5ce99ef
2 changed files with 5 additions and 5 deletions

View File

@@ -1082,11 +1082,11 @@ public class DashboardServiceController extends BaseRestController {
ispNum = dashboardService.getIspNum(entity.getSearchIspCode());
entity.setIspNum(ispNum);
}
List<SysDeviceInfo> sysDeviceInfo =dashboardService.getIspListByIspNum(ispNum);
// List<SysDeviceInfo> sysDeviceInfo =dashboardService.getIspListByIspNum(ispNum);
CustomerContextHolder.setCustomerType(CustomerContextHolder.DATA_SOURCE_B);
list = dashboardService.appConnRecordTop100(entity);
// 设置运营商编码
if(list!=null&&list.size()>0&&sysDeviceInfo!=null&&sysDeviceInfo.size()>0){
/*if(list!=null&&list.size()>0&&sysDeviceInfo!=null&&sysDeviceInfo.size()>0){
for (AppConnRecordStatistic app : list) {
for (SysDeviceInfo device : sysDeviceInfo) {
if((app.getIspNum().trim()).equals(device.getIspNum().trim())){
@@ -1095,7 +1095,7 @@ public class DashboardServiceController extends BaseRestController {
}
}
}
}
}*/
CustomerContextHolder.clearCustomerType();
} catch (Exception e) {