#
Junjie
2 天以前 05b57adb20382ff1ceb99cea676fe3dce7908514
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,保存一次数据记录