#
Junjie
5 天以前 45c6f80215d0a86bd4e7c4147db5b84d844aad1a
src/main/java/com/zy/core/thread/impl/ZyRgvThread.java
@@ -51,7 +51,7 @@
    public void run() {
        connect();
        initRgv();
        while (true) {
        while (!Thread.currentThread().isInterrupted()) {
            try {
                deviceLogCollectTime = Utils.getDeviceLogCollectTime();
                int step = 1;