|
@@ -46,7 +46,7 @@ public class AlertConfigurationServiceImpl implements IAlertConfigurationService
|
|
|
AlertConfiguration alert = it.next();
|
|
AlertConfiguration alert = it.next();
|
|
|
//diy
|
|
//diy
|
|
|
if(orgCode ==null || ("").equals(orgCode)){
|
|
if(orgCode ==null || ("").equals(orgCode)){
|
|
|
- if( alert.getOrgCode() ==null){
|
|
|
|
|
|
|
+ if( alert.getOrgCode() ==null || ("null").equals(alert.getOrgCode())){
|
|
|
return alert;
|
|
return alert;
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|