njs 1 년 전
부모
커밋
b335401a2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      suishenbang-system/src/main/java/com/dgtly/system/service/impl/AlertConfigurationServiceImpl.java

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