#
Junjie
1 天以前 6057e130c8530c2aad906cdaf362ed9d762f730e
#
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/zy/core/task/ShuttleDeviceLogScheduler.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/task/ShuttleDeviceLogScheduler.java
@@ -43,7 +43,7 @@
                continue;
            }
            if (System.currentTimeMillis() - shuttleProtocol.getDeviceDataLog() > 1000 * 5) {
            if (System.currentTimeMillis() - shuttleProtocol.getDeviceDataLog() > 500) {
                if (shuttleThread.getOriginDeviceData() != null) {
                    //采集时间超过5s,保存一次数据记录