|
|
@@ -109,6 +109,9 @@ public static String getWeekStart(){
|
|
|
sysOrg1 = remoteOrgService.selectOrgById(s.getParentId(), SecurityConstants.INNER);
|
|
|
} else {
|
|
|
sysOrg1 = remoteOrgService.selectOrgById(remoteOrgService.selectOrgById(s.getParentId(), SecurityConstants.INNER).getParentId(), SecurityConstants.INNER);
|
|
|
+ if (-1==sysOrg1.getShortName().indexOf("地区行社")){
|
|
|
+ sysOrg1 = remoteOrgService.selectOrgById(remoteOrgService.selectOrgById(remoteOrgService.selectOrgById(s.getParentId(), SecurityConstants.INNER).getParentId(), SecurityConstants.INNER).getParentId(), SecurityConstants.INNER);
|
|
|
+ }
|
|
|
}
|
|
|
monitoringAccessVO.setCity(sysOrg1.getShortName().split("地区行社")[0]);
|
|
|
Integer integer = monitorAccessReportMapper.selectNetworkNumberByPath(s.getPath());
|