Bladeren bron

修改日志

欧阳劲驰 2 weken geleden
bovenliggende
commit
b7a2df8f17

+ 2 - 2
custom-gateway-zydma/src/main/java/com/shkpr/service/customgateway/zydma/components/DataCollector.java

@@ -75,7 +75,7 @@ public class DataCollector {
      */
     public void collectIotPlatform(int previousHours) {
         LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_INFO, BIZ_TYPE, CLASS_NAME
-                , "开始采集流量数据,开始拉取数据");
+                , "开始采集物联网平台数据,开始拉取数据");
         long begin = System.currentTimeMillis();
 
         //平台对接点
@@ -163,7 +163,7 @@ public class DataCollector {
 
         long end = System.currentTimeMillis();
         LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_INFO, BIZ_TYPE, CLASS_NAME
-                , String.format("结束采集流量数据 用时(毫秒):%d", (end - begin))
+                , String.format("结束采集物联网平台数据 用时(毫秒):%d", (end - begin))
         );
     }