|
|
@@ -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))
|
|
|
);
|
|
|
}
|
|
|
|