Pārlūkot izejas kodu

消息推送问题

missMyLove 3 gadi atpakaļ
vecāks
revīzija
0cf5740a7a

+ 2 - 2
src/main/java/com/comtika/safe/service/safe/impl/RepServiceImpl.java

@@ -124,7 +124,7 @@ public class RepServiceImpl implements IRepService {
             FadMessageConf conf = new FadMessageConf();
             conf.setSiteId(base.getSiteId());
             conf = fadMessageConfDao.templateOne(conf);
-            if(conf != null && conf.getMainSwitch() && isSendMsg(conf) && conf.getOfflineSwitch()){
+            if(conf != null && isSendMsg(conf) && conf.getOfflineSwitch()){
                 long startTime = System.currentTimeMillis();
                 // todo 这里只发送了短信消息~ 后期需要增加公众号消息
                 log.error("发生断点断网告警通知....");
@@ -264,7 +264,7 @@ public class RepServiceImpl implements IRepService {
         conf.setSiteId(res.getSiteId());
         conf = fadMessageConfDao.templateOne(conf);
         // 有配置文件,并且设置告警消息
-        if(conf != null && isSendMsg(conf) && conf.getMainSwitch()){
+        if(conf != null && isSendMsg(conf)){
             log.error("推送告警数据....");
             // 这里说明需要发送消息
             if(conf.getMainSwitch()){