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