去掉通联关系日志界面运营商展示,去掉流量统计app详情趋势运营商展示,同时修改导出去掉运营商列,app跳转到app详情界面时携带地域条件
(cherry picked from commit d0b4907271)
This commit is contained in:
@@ -121,7 +121,7 @@ public class NtcConnRecordLogController extends BaseController {
|
||||
if (fromJson.getStatus().intValue() == 200) {
|
||||
Page<NtcConnRecordLog> data = fromJson.getData();
|
||||
List<SysIspInfo> ispList = CodeDicUtils.getIspListByIspNum();
|
||||
if(data.getList()!=null&&data.getList().size()>0){
|
||||
/*if(data.getList()!=null&&data.getList().size()>0){
|
||||
for (NtcConnRecordLog cnn : data.getList()) {
|
||||
String isNum=cnn.getEntranceId()+""+cnn.getDeviceId();
|
||||
for (SysIspInfo sysIspInfo : ispList) {
|
||||
@@ -132,7 +132,7 @@ public class NtcConnRecordLogController extends BaseController {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}*/
|
||||
page.setCount(data.getCount());
|
||||
page.setLast(data.getLast());
|
||||
page.setList(data.getList());
|
||||
|
||||
Reference in New Issue
Block a user