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