#5 1.1.4.7 告警

Merged
yf_zn merged 1 commits from com_yunfei_saas/develop into com_yunfei_saas/master 8 månader sedan

+ 3 - 1
src/main/java/com/yunfeiyun/agmp/iot/common/util/dev/RunHaoSfElementUtil.java

@@ -123,7 +123,9 @@ public class RunHaoSfElementUtil {
      * @return 设备元素因子对象,如果无法解析则返回null
      * @return 设备元素因子对象,如果无法解析则返回null
      */
      */
     public static IotSfElementfactor getPumpElementFactor(String key) {
     public static IotSfElementfactor getPumpElementFactor(String key) {
-
+        if(key.startsWith("Btn-fsxr")){
+            return null;
+        }
         IotSfElementfactor sfElementfactor = new IotSfElementfactor();
         IotSfElementfactor sfElementfactor = new IotSfElementfactor();
         String sfName = null;
         String sfName = null;
         EnumSfElementType elementType = null;
         EnumSfElementType elementType = null;