瀏覽代碼

ice104 module

hfxc226 2 年之前
父節點
當前提交
3961e7d6a5
共有 2 個文件被更改,包括 0 次插入23 次删除
  1. 0 6
      platform-common/pom.xml
  2. 0 17
      platform-iec/src/main/java/com/ydl/iec/util/MySqlUtil.java

+ 0 - 6
platform-common/pom.xml

@@ -19,12 +19,6 @@
     </properties>
 
     <dependencies>
-        <!-- 104协议 -->
-        <dependency>
-            <groupId>org.openmuc</groupId>
-            <artifactId>j60870</artifactId>
-            <version>1.5.0</version>
-        </dependency>
 
         <!--hutool-->
         <dependency>

+ 0 - 17
platform-iec/src/main/java/com/ydl/iec/util/MySqlUtil.java

@@ -117,21 +117,4 @@ public class MySqlUtil {
         }
     }
 
-    /**
-     * 处理遥测数据
-     *
-     * @param informationObject
-     */
-    public static void handlerMeasure(InformationObject informationObject) {
-        MySqlUtil.updateRemoteMeasureByPositionNum(informationObject.getInformationObjectAddress(), informationObject.toString());
-    }
-
-    /**
-     * 处理电度数据
-     *
-     * @param informationObject
-     */
-    public static void handlerDegree(InformationObject informationObject) {
-        MySqlUtil.addRemoteDegreeByPositionNum(informationObject.getInformationObjectAddress(), informationObject.toString(), null);
-    }
 }