#
Junjie
2025-12-15 4227b39d7a4fc6bc3ba012a09b59f653ab92ab23
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;