yujian
2019-10-11 976e5b59b00c8ea661f555a483109e3f5faf5fd5
fanli/src/main/java/com/yeshi/fanli/service/impl/monitor/BusinessEmergent110ServiceImpl.java
@@ -51,7 +51,7 @@
         stList.add(identifyCode);
      if (stList.size() >= limitCount) {// 触发报警
         if ("1".equalsIgnoreCase(configService.get("can_send_emergency_msg")))
            EmergencyUtil.baoJin(key, "返利券【分享赚】", phones);
            EmergencyUtil.baoJin(key, "板栗快省【分享赚】", phones);
      }
   }
@@ -81,7 +81,7 @@
         stList.add(identifyCode);
      if (stList.size() >= limitCount) {// 触发报警
         if ("1".equalsIgnoreCase(configService.get("can_send_emergency_msg")))
            EmergencyUtil.baoJin(key, "返利券【领券返利】", phones);
            EmergencyUtil.baoJin(key, "板栗快省【领券返利】", phones);
      }
   }