소스 검색

完善opc展示

hfxc226 1 년 전
부모
커밋
b0fcf3e626
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-opc/src/main/java/com/platform/opc/servie/OpcTask.java

+ 1 - 1
platform-opc/src/main/java/com/platform/opc/servie/OpcTask.java

@@ -48,7 +48,7 @@ public class OpcTask {
                 if (!CollectionUtils.isEmpty(uniqueStr)) {
                     List<RemoteOpc> remoteOpcList = OpcDAClient.addGroupAndItems(findAllItems(uniqueStr));
                     if (!CollectionUtils.isEmpty(remoteOpcList)) {
-                        // remoteOpcMapper.updateBatch(remoteOpcList);
+                        remoteOpcMapper.updateBatch(remoteOpcList);
                         // log.info("添加新点位:" + uniqueStr);
                     }
                 }