#
Junjie
昨天 6057e130c8530c2aad906cdaf362ed9d762f730e
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,保存一次数据记录