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