Browse Source

opc优化

hfxc226 2 years ago
parent
commit
c4fa21a29c

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

@@ -45,7 +45,7 @@ public class OpcTaskService {
         if(!CollectionUtils.isEmpty(resultList)){
             log.info("resultList数量:" + resultList.size());
             String str = JSON.toJSONString(resultList);
-            log.info("str: " + str);
+            //log.info("str: " + str);
             RedisUtils.setString("opcList", str);
         }
         log.info("结束定时任务");