njs 1 年之前
父節點
當前提交
b335401a2e

+ 1 - 1
suishenbang-system/src/main/java/com/dgtly/system/service/impl/AlertConfigurationServiceImpl.java

@@ -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{