소스 검색

Merge branch 'develop' of com_yunfei_saas/agmp_iot_common into master

yf_zn 8 달 전
부모
커밋
4a8f7366ce
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/java/com/yunfeiyun/agmp/iot/common/util/dev/RunHaoSfElementUtil.java

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

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